summaryrefslogtreecommitdiffabout
path: root/test/r04_too_seamless_transitions.clichec
Unidiff
Diffstat (limited to 'test/r04_too_seamless_transitions.clichec') (more/less context) (ignore whitespace changes)
-rw-r--r--test/r04_too_seamless_transitions.clichec9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/r04_too_seamless_transitions.clichec b/test/r04_too_seamless_transitions.clichec
new file mode 100644
index 0000000..c313013
--- a/dev/null
+++ b/test/r04_too_seamless_transitions.clichec
@@ -0,0 +1,9 @@
1#include <iostream>
2int main() {
3int a=1,b=2;
4<%output>
5The transition like this - <% a %><% b %> should not glue 'ab' in the source together.
6Really.
7</%output>
8}
9