From 361bb55f01ba28960a8127b0a16c1e7a7a8de61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 17 Sep 2021 20:57:05 +0200 Subject: Rewrite mktpl script in C The Perl version didn't handle multiple interpolations on the same line. --- t/post.tc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 t/post.tc (limited to 't/post.tc') diff --git a/t/post.tc b/t/post.tc new file mode 100644 index 0000000..7c36950 --- /dev/null +++ b/t/post.tc @@ -0,0 +1,3 @@ +printf("

Post "); +printf("%d", id); +printf("

\n"); -- cgit v1.2.3