prism/tests/languages/dhall/comment_feature.test

21 lines
292 B
Plaintext

-- comment
{-
comment
{-
nested comment
-}
-}
----------------------------------------------------
[
["comment", "-- comment"],
["comment", "{-\r\n\tcomment\r\n\t{-\r\n\t\tnested comment\r\n\t-}\r\n-}"]
]
----------------------------------------------------
Checks for comments.