prism/tests/languages/false/comment_feature.test

27 lines
425 B
Plaintext

{
}
{!#$%&'*+,-./:;=>?@[\]^_`|~ßø}
{""}
{foo}
{{}
{}
{}{}
{}}
----------------------------------------------------
[
["comment", "{\r\n}"],
["comment", "{!#$%&'*+,-./:;=>?@[\\]^_`|~ßø}"],
["comment", "{\"\"}"],
["comment", "{foo}"],
["comment", "{{}"],
["comment", "{}"],
["comment", "{}"], ["comment", "{}"],
["comment", "{}"], "}"
]
----------------------------------------------------
Checks for comments.