diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-01-30 09:44:23 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-01-30 09:44:23 +0000 |
| commit | f526eb9f1ad140a0566c4f18e19b5ce17d6ea2b1 (patch) | |
| tree | 708fc4cb5100d62f64231d53954e106e28a5ee99 /spec/ast_spec.moon | |
| parent | support tagging (diff) | |
| download | alive-f526eb9f1ad140a0566c4f18e19b5ce17d6ea2b1.tar.gz alive-f526eb9f1ad140a0566c4f18e19b5ce17d6ea2b1.zip | |
more types &c
Diffstat (limited to 'spec/ast_spec.moon')
| -rw-r--r-- | spec/ast_spec.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ast_spec.moon b/spec/ast_spec.moon index 402ce03..cfb64cf 100644 --- a/spec/ast_spec.moon +++ b/spec/ast_spec.moon @@ -10,6 +10,6 @@ describe 'Xpr', -> root = Xpr { '', ac, ' ', b, '' }, 'naked' iter = root\walk_sexpr! - for res in *{ ac, b, aa, ab } + for res in *{ ac, aa, ab, b } assert.is.equal res, iter! assert.is.nil iter! |
