[OpenWrt-Devel] [PATCH 2/4] Sync ref test result with current implementation.
Yousong Zhou
yszhou4tech at gmail.com
Thu Nov 6 15:21:46 EST 2014
Signed-off-by: Yousong Zhou <yszhou4tech at gmail.com>
---
test/references/export.result | 10 +++++-----
test/references/import.result | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/test/references/export.result b/test/references/export.result
index 957e687..bc06655 100644
--- a/test/references/export.result
+++ b/test/references/export.result
@@ -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'
diff --git a/test/references/import.result b/test/references/import.result
index c7e4d39..47704b8 100644
--- a/test/references/import.result
+++ b/test/references/import.result
@@ -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'
--
1.7.10.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list