tree-sitter-dockerfile/corpus/comment.txt
2021-05-09 20:13:17 -06:00

26 lines
268 B
Plaintext

==================
Full line comment
==================
# Test comment
---
(source_file
(comment))
==================
Comment after instruction
==================
ADD /src ./dst # Test comment
---
(source_file
(add_instruction
(path)
(path))
(comment))