From 578e25052e00a6b131d62c4f2eae5fcb71cdaa80 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 26 Sep 2025 01:13:39 -0700 Subject: [PATCH] Feat: Add failing test for block declarations --- test/src/declarations.hi | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/src/declarations.hi diff --git a/test/src/declarations.hi b/test/src/declarations.hi new file mode 100644 index 0000000..93e8902 --- /dev/null +++ b/test/src/declarations.hi @@ -0,0 +1,8 @@ +// This test will fail with the current regex transpiler +// because it does not handle multi-line constructs. + +config: { + version: "0.1" +} + +_(config.version)