diff --git a/corpus/comment.txt b/corpus/comment.txt new file mode 100644 index 0000000..9d11a57 --- /dev/null +++ b/corpus/comment.txt @@ -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)) +