tartrazine/spec/unsupported_lexers/cfm/test_nested_comment.txt

13 lines
308 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
<!--- nested <!--- cfcomment ---> --->
---tokens---
'<!---' Comment.Multiline
' nested ' Comment.Multiline
'<!---' Comment.Multiline
' cfcomment ' Comment.Multiline
'--->' Comment.Multiline
' ' Comment.Multiline
'--->' Comment.Multiline
'\n' Text