Add comments
This commit is contained in:
parent
bc06816b57
commit
26b6891160
5 changed files with 250 additions and 69 deletions
34
test/corpus/comments.txt
Normal file
34
test/corpus/comments.txt
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
================================================================================
|
||||
Empty comment
|
||||
================================================================================
|
||||
|
||||
#
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(source_file
|
||||
(comment))
|
||||
|
||||
================================================================================
|
||||
Single comment
|
||||
================================================================================
|
||||
|
||||
# This is a comment
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(source_file
|
||||
(comment))
|
||||
|
||||
================================================================================
|
||||
Multiple comments
|
||||
================================================================================
|
||||
|
||||
# This is a comment
|
||||
# This is a second comment
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(source_file
|
||||
(comment)
|
||||
(comment))
|
||||
Loading…
Add table
Add a link
Reference in a new issue