aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-20 12:11:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:33 +0200
commit53d649dec4c98c9f08b963ed913685a83d68e7e1 (patch)
tree8b4af61415bc1bd9ee7074f999442f5384bc34ac /build2/test/script/parser.cxx
parent55211f91fa8120ff0cb545157ad8e4cf5669c2e8 (diff)
Fix testscript here-document quoting issue
Diffstat (limited to 'build2/test/script/parser.cxx')
-rw-r--r--build2/test/script/parser.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/test/script/parser.cxx b/build2/test/script/parser.cxx
index a9a179b..f2f9b81 100644
--- a/build2/test/script/parser.cxx
+++ b/build2/test/script/parser.cxx
@@ -743,8 +743,9 @@ namespace build2
r += ' ';
r += s;
- r += '\n'; // Here-document line always includes a newline.
}
+
+ r += '\n'; // Here-document line always includes a newline.
}
// We should expand the whole line at once so this would normally be