test: move shunit2 tests under standalone subdirectory
[project/uci.git] / tests / shunit2 / references / import.data
diff --git a/tests/shunit2/references/import.data b/tests/shunit2/references/import.data
new file mode 100644 (file)
index 0000000..7d549f9
--- /dev/null
@@ -0,0 +1,12 @@
+package 'import-test'
+
+config 'type' 'section'
+       option 'opt' 'val'
+       list 'list_opt' 'val0'
+       list 'list_opt' 'val1'
+       option mul_line_opt_sq \''line 1
+line 2 \
+line 3'\'
+       option mul_line_opt_dq "\"Hello, \
+World.\'
+"