diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-09 10:49:36 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-09 10:51:45 +0000 |
| commit | 08159094121698efe5822e9a79ed9c4a7633a9df (patch) | |
| tree | 3f1c6fcdef475cc1dc47e2f541660ecd324da2fb /spec/core | |
| parent | add internals docs (diff) | |
| download | alive-08159094121698efe5822e9a79ed9c4a7633a9df.tar.gz alive-08159094121698efe5822e9a79ed9c4a7633a9df.zip | |
bugfixes
Diffstat (limited to 'spec/core')
| -rw-r--r-- | spec/core/parsing_spec.moon | 5 |
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! |
