Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/kotlin/nested_comment.expect.txt
2021-04-07 19:25:18 -04:00

10 lines
341 B
Plaintext
Vendored

<span class="hljs-comment">/* begin comment at LEVEL 0
<span class="hljs-comment">/*
multiline nested comment LEVEL 1
*/</span>
println("on kotlin this is a commented code in comment LEVEL 0")
<span class="hljs-comment">/*
another multiline nested comment LEVEL 1
*/</span>
end comment at LEVEL 0 */</span>