Fix comment tests

This commit is contained in:
Jeff 2023-09-30 15:13:38 -04:00
parent 0140193421
commit 89e89f3433

View File

@ -2,17 +2,17 @@
Full Line Comments
==================
not_a_comment
# comment
#comment
# also a comment!
---
(root
(item
(comment))
(item
(comment))
(statement
(open_statement
(expression
(identifier)))))
(item
(comment)))
@ -20,24 +20,15 @@ Full Line Comments
Partial Line Comments
==================
# comment # 1;
#comment# "one"
not_a_comment # comment
---
(source
(item
(comment))
(item
(statement
(closed_statement
(value
(integer)))))
(item
(comment))
(root
(item
(statement
(open_statement
(value
(string))))))
(expression
(identifier)))))
(item
(comment)))