clerk/journal/lexer/testdata/comment_block_directive.txtar (view raw)
-- input --
comment
content
end
-- expect --
COMMENTKW "comment" 1:1-2:0
NEWLINE "\n" 2:0-2:1
TEXT "content" 2:1-3:0
NEWLINE "\n" 3:0-3:1
END "end" 3:1-4:0
NEWLINE "\n" 4:0-4:1
EOF "" 4:1-4:1