summaryrefslogtreecommitdiffabout
path: root/test/r01_closing_at_the_line_start.clichec
Unidiff
Diffstat (limited to 'test/r01_closing_at_the_line_start.clichec') (more/less context) (ignore whitespace changes)
-rw-r--r--test/r01_closing_at_the_line_start.clichec16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/r01_closing_at_the_line_start.clichec b/test/r01_closing_at_the_line_start.clichec
new file mode 100644
index 0000000..11ebd8f
--- a/dev/null
+++ b/test/r01_closing_at_the_line_start.clichec
@@ -0,0 +1,16 @@
1#include <iostream>
2int main() {
3const char *t0 =
4<%literal>
5
6 test-literal
7
8</%literal>;
9std::cout << t0;
10
11<%output>
12
13 test-output
14
15</%output>
16}