chiark / gitweb /
@@@ much mess, mostly manpages
[mLib] / test / example / testex.in
diff --git a/test/example/testex.in b/test/example/testex.in
new file mode 100644 (file)
index 0000000..9b29c7c
--- /dev/null
@@ -0,0 +1,34 @@
+;;; -*-conf-windows-*-
+
+;;;--------------------------------------------------------------------------
+[add]
+
+x = 1
+y = 2
+z = 3
+
+x = 2
+y = 3
+z = 5
+
+;;;--------------------------------------------------------------------------
+[greet]
+
+name = world
+sz = 14
+msg = Hello, world!
+rc = 0
+
+name = world
+sz = 13
+msg *
+rc = -1
+
+name = "embedded\0nul"
+sz = 32
+msg = Hello, embedded!
+rc = 0
+@outcome = xfail
+;; doesn't correctly handle names with embedded NUL characters.
+
+;;;----- That's all, folks --------------------------------------------------