From 08159094121698efe5822e9a79ed9c4a7633a9df Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 9 Mar 2020 11:49:36 +0100 Subject: bugfixes --- spec/core/parsing_spec.moon | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'spec') 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! -- cgit v1.2.3