From 05a2aba52ac2548b3b1feecc6ae88ee7cb35a735 Mon Sep 17 00:00:00 2001 From: Camden Cheek Date: Sun, 9 May 2021 20:13:17 -0600 Subject: [PATCH] Add tests for comments --- corpus/comment.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 corpus/comment.txt 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)) +