tree-sitter-dockerfile/corpus/comment.txt

26 lines
268 B
Plaintext
Raw Normal View History

2021-05-09 22:13:17 -04:00
==================
Full line comment
==================
# Test comment
---
(source_file
(comment))
==================
Comment after instruction
==================
ADD /src ./dst # Test comment
---
(source_file
(add_instruction
(path)
(path))
(comment))