# file : unit-tests/test/script/lexer/description-line.test # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.arguments = description-line : full : $* <" foo bar " >>EOO ' foo bar ' EOO : space : $* <" " >>EOO ' ' EOO : empty : $* <"" >>EOO EOO : eof : $* <:"foo" >>EOO 2>>EOE != 0 'foo' EOO stdin:1:4: error: expected newline at the end of description line EOE