;;; -*-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 --------------------------------------------------