diff options
| author | Mel <mel@rnrd.eu> | 2025-07-06 03:57:37 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-06 03:57:37 +0200 |
| commit | 660808af50780dae5292c8064d5bddd77246c52b (patch) | |
| tree | e8ee1f609977e116c0766b2344310f682bbe639a /boot/tests/parse/empty_block.cskt | |
| parent | ebd176b8e7eb14060375a28d6ac50500d9d2c808 (diff) | |
| download | catskill-660808af50780dae5292c8064d5bddd77246c52b.tar.zst catskill-660808af50780dae5292c8064d5bddd77246c52b.zip | |
Correct handling of empty block nodes
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/tests/parse/empty_block.cskt')
| -rw-r--r-- | boot/tests/parse/empty_block.cskt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/boot/tests/parse/empty_block.cskt b/boot/tests/parse/empty_block.cskt new file mode 100644 index 0000000..c3a203a --- /dev/null +++ b/boot/tests/parse/empty_block.cskt @@ -0,0 +1,33 @@ +check for correct handling of empty blocks + +<<< + +{ + +} + +{ {} } +{{{}}} + +{ +{ +} +} + +{} + +>>> + +(block) +(block + (block) +) +(block + (block + (block) + ) +) +(block + (block) +) +(block) \ No newline at end of file |
