diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-25 11:19:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-25 11:19:40 +0200 |
commit | a3dad2118fb3925ef4f9baa90cea0dfd44ca93c6 (patch) | |
tree | 54748b5d85cab7bfb70a7baf66fe902c82cf3d66 /unit-tests/test/script/lexer/buildfile | |
parent | 28f8338ded34f160e0083da9be4679bc778be7ca (diff) |
Allow here-document end marker to be wholly quoted
Diffstat (limited to 'unit-tests/test/script/lexer/buildfile')
-rw-r--r-- | unit-tests/test/script/lexer/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/test/script/lexer/buildfile b/unit-tests/test/script/lexer/buildfile index 16be005..ac833e4 100644 --- a/unit-tests/test/script/lexer/buildfile +++ b/unit-tests/test/script/lexer/buildfile @@ -10,6 +10,6 @@ test/script/{token lexer} exe{driver}: cxx{driver} ../../../../build2/cxx{$src} $libs \ test{script-line command-line first-token second-token variable-line \ - description-line variable comment} + description-line variable} include ../../../../build2/ |