From: Yousong Zhou Date: Thu, 6 Nov 2014 20:21:46 +0000 (+0800) Subject: Sync ref test result with current implementation. X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=553046dfa92cd4e0c2d16c25a80deba38d4c9ded;p=project%2Fuci.git Sync ref test result with current implementation. Signed-off-by: Yousong Zhou --- 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'