26 lines
268 B
Plaintext
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))
|
||
|
|