author | Michael Krelin <hacker@klever.net> | 2011-08-26 21:22:00 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2011-08-26 21:22:00 (UTC) |
commit | 1d00b262ddf0d6c3207a4b796d48899ed79bffcd (patch) (unidiff) | |
tree | 03d745873ba13ffb0e2fe1831ecb41f7c0b05758 /test/r04_too_seamless_transitions.clichec | |
download | cliche-1d00b262ddf0d6c3207a4b796d48899ed79bffcd.zip cliche-1d00b262ddf0d6c3207a4b796d48899ed79bffcd.tar.gz cliche-1d00b262ddf0d6c3207a4b796d48899ed79bffcd.tar.bz2 |
initial commit into the public repository0.0
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'test/r04_too_seamless_transitions.clichec') (more/less context) (ignore whitespace changes)
-rw-r--r-- | test/r04_too_seamless_transitions.clichec | 9 |
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> | ||
2 | int main() { | ||
3 | int a=1,b=2; | ||
4 | <%output> | ||
5 | The transition like this - <% a %><% b %> should not glue 'ab' in the source together. | ||
6 | Really. | ||
7 | </%output> | ||
8 | } | ||
9 | |||