prism/tests/languages/yang/comment_feature.test

16 lines
226 B
Plaintext

// comment
/*
comment
*/
----------------------------------------------------
[
["comment", "// comment"],
["comment", "/*\r\n comment\r\n*/"]
]
----------------------------------------------------
Checks for comments.