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/user.t | 1 + 1 file changed, 1 insertion(+) create mode 100644 t/user.t (limited to 't/user.t') diff --git a/t/user.t b/t/user.t new file mode 100644 index 0000000..9a0fd49 --- /dev/null +++ b/t/user.t @@ -0,0 +1 @@ +

User <% printf("%d", id); %>: <%= user->name %>

\ No newline at end of file -- cgit v1.2.3