summaryrefslogtreecommitdiffabout
path: root/test/r04_too_seamless_transitions.clichec
blob: c31301341d1ca3b5a598eebf203b0a1f2a9b098d (plain)
1
2
3
4
5
6
7
8
9
#include <iostream>
int main() {
int a=1,b=2;
<%output>
The transition like this - <% a %><% b %> should not glue 'ab' in the source together.
Really.
</%output>
}