prism/tests/languages/solidity/comment_feature.test

16 lines
208 B
Plaintext

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