Add tests for comments

This commit is contained in:
Camden Cheek 2021-05-09 20:13:17 -06:00
parent b1fbbe6612
commit 05a2aba52a
No known key found for this signature in database
GPG key ID: 595BFFE3A04E48B9

25
corpus/comment.txt Normal file
View file

@ -0,0 +1,25 @@
==================
Full line comment
==================
# Test comment
---
(source_file
(comment))
==================
Comment after instruction
==================
ADD /src ./dst # Test comment
---
(source_file
(add_instruction
(path)
(path))
(comment))