prism/tests/languages/sml/comment_feature.test

12 lines
182 B
Plaintext

(* comment *)
(*
(* nested comment *)
*)
----------------------------------------------------
[
["comment", "(* comment *)"],
["comment", "(*\r\n (* nested comment *)\r\n*)"]
]