summaryrefslogtreecommitdiffabout
path: root/test/r03_percent_after_empty.clichec
blob: 62c82eb9043fae89664f702c2d4c992dc295086d (plain)
1
2
3
4
5
6
7
8
#include <iostream>
int main() {<%output>
Test for broken handling of '^% ' line following the empty line.
Like this:

% std::cout << 1 << std::endl;

</%output>}