Fix comment tests

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

View File

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