test: move shunit2 tests under standalone subdirectory
[project/uci.git] / tests / shunit2 / references / show_parsing_multiline_section.result
diff --git a/tests/shunit2/references/show_parsing_multiline_section.result b/tests/shunit2/references/show_parsing_multiline_section.result
new file mode 100644 (file)
index 0000000..0506ac3
--- /dev/null
@@ -0,0 +1,16 @@
+sockd.instance0=sockd
+sockd.instance0.enabled='1'
+sockd.instance0.internal_network='vpn'
+sockd.instance0.external_network='wan'
+sockd.instance0.extra_config='
+               user.unprivileged: nobody
+               client pass {
+                       from: 0.0.0.0/0 to: 0.0.0.0/0
+                       session.max: 64
+                       log: error
+               }
+
+               socks pass {
+                       from: 0.0.0.0/0 to: 0.0.0.0/0
+                       log: connect
+               } '