test.arguments = description-line $* <" foo bar " >>EOO # full ' foo bar ' EOO $* <" " >>EOO # space ' ' EOO $* <"" >>EOO # empty EOO $* <:"foo" >>EOO 2>>EOE != 0 # eof 'foo' EOO stdin:1:4: error: expected newline at the end of description line EOE