@@@ much mess, mostly manpages
[mLib] / test / example / testex.in
CommitLineData
c4ccbbf9
MW
1;;; -*-conf-windows-*-
2
3;;;--------------------------------------------------------------------------
4[add]
5
6x = 1
7y = 2
8z = 3
9
10x = 2
11y = 3
12z = 5
13
14;;;--------------------------------------------------------------------------
15[greet]
16
17name = world
18sz = 14
19msg = Hello, world!
20rc = 0
21
22name = world
23sz = 13
24msg *
25rc = -1
26
27name = "embedded\0nul"
28sz = 32
29msg = Hello, embedded!
30rc = 0
31@outcome = xfail
32;; doesn't correctly handle names with embedded NUL characters.
33
34;;;----- That's all, folks --------------------------------------------------