aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/core/parsing_spec.moon5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/core/parsing_spec.moon b/spec/core/parsing_spec.moon
index 7f4bb06..9958e22 100644
--- a/spec/core/parsing_spec.moon
+++ b/spec/core/parsing_spec.moon
@@ -145,3 +145,8 @@ describe 'resynthesis', ->
) '
matched = assert.is.truthy verify_parse program, str
assert.is.equal str, matched\stringify!
+
+ test 'nested tags', ->
+ str = '([2]a ([3]b))'
+ matched = assert.is.truthy verify_parse program, str
+ assert.is.equal str, matched\stringify!