effective-java-3rd-chinese/docs/_style/prism-master/tests/languages/lolcode/comment_feature.test
2019-03-14 13:10:17 +08:00

14 lines
269 B
Plaintext

OBTW foo
bar TLDR
BTW foobar
----------------------------------------------------
[
["comment", "OBTW foo\r\nbar TLDR"],
["comment", "BTW foobar"]
]
----------------------------------------------------
Checks for single-line and multi-line comments.