Add tests for comments
This commit is contained in:
parent
b1fbbe6612
commit
05a2aba52a
25
corpus/comment.txt
Normal file
25
corpus/comment.txt
Normal 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))
|
||||
|
Loading…
Reference in a new issue