# file : libbuild2/test/script/lexer+description-line.test.testscript # copyright : Copyright (c) 2014-2019 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 :1:4: error: expected newline at the end of description line EOE