From e371c801fed71bb73bc7c027e3de5ad2a6116673 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Mon, 20 Apr 2026 19:30:28 +0200 Subject: add tests and fix path resolution bug --- tests/recursive/src/second.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/recursive/src/second.html (limited to 'tests/recursive/src/second.html') diff --git a/tests/recursive/src/second.html b/tests/recursive/src/second.html new file mode 100644 index 0000000..e03a249 --- /dev/null +++ b/tests/recursive/src/second.html @@ -0,0 +1,15 @@ + + + + @{name()} + + + @{function() + local text = "" + for i=1,50 do + text = text .. ' ' .. tostring(i) + end + return text + end} + + -- cgit v1.2.3-70-g09d2