Add test for proper concatenation

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-06-06 21:42:53 +07:00
parent 7d8a7e94aa
commit bdeef73c29
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,4 @@
(alias
((name runtest)
(action (echo "lines: ${read-lines:foo}"))))

View File

@ -0,0 +1,3 @@
foo
bar
baz

View File

@ -25,3 +25,6 @@ The targets should only be interpreted as a single path when quoted
Entering directory 'quote-from-context'
count_args alias runtest
Number of args: 3
$ dune runtest --root quotes-multi 2>&1 | grep -v Entering
lines: foo bar baz