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 957e687..bc06655 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 c7e4d39..47704b8 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'