From 553046dfa92cd4e0c2d16c25a80deba38d4c9ded Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Fri, 7 Nov 2014 04:21:46 +0800 Subject: [PATCH] Sync ref test result with current implementation. Signed-off-by: Yousong Zhou --- 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' -- 2.30.2