From 1d00b262ddf0d6c3207a4b796d48899ed79bffcd Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 26 Aug 2011 21:22:00 +0000 Subject: initial commit into the public repository Signed-off-by: Michael Krelin --- (limited to 'test/r01_closing_at_the_line_start.clichec') 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 @@ +#include +int main() { +const char *t0 = +<%literal> + + test-literal + +; +std::cout << t0; + +<%output> + + test-output + + +} -- cgit v0.9.0.2