Sync ref test result with current implementation.
authorYousong Zhou <yszhou4tech@gmail.com>
Thu, 6 Nov 2014 20:21:46 +0000 (04:21 +0800)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 25 Nov 2014 10:41:02 +0000 (11:41 +0100)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
test/references/export.result
test/references/import.result

index 957e687d37085363c740d05d96264ee70168e030..bc06655f4e7a3d17577b8fb4ede38d36992fcbc4 100644 (file)
@@ -1,7 +1,7 @@
-package 'export'
+package export
 
-config 'type' 'section'
-       option 'opt' 'val'
-       list 'list_opt' 'val0'
-       list 'list_opt' 'val1'
+config type 'section'
+       option opt 'val'
+       list list_opt 'val0'
+       list list_opt 'val1'
 
index c7e4d39c2c33fe2bbf0469ade052cbe942e23c8a..47704b85d7bdf3342f4b9bbba0bb8ec05df37759 100644 (file)
@@ -1,6 +1,6 @@
 
-config 'type' 'section'
-       option 'opt' 'val'
-       list 'list_opt' 'val0'
-       list 'list_opt' 'val1'
+config type 'section'
+       option opt 'val'
+       list list_opt 'val0'
+       list list_opt 'val1'