summaryrefslogtreecommitdiffstats
path: root/tests/snippets/cfm/test_nested_comment.txt
blob: f8aaf4c73ec77903000880a619f75819a3d25b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---input---
<!--- nested <!--- cfcomment ---> --->

---tokens---
'<!---'       Comment.Multiline
' nested '    Comment.Multiline
'<!---'       Comment.Multiline
' cfcomment ' Comment.Multiline
'--->'        Comment.Multiline
' '           Comment.Multiline
'--->'        Comment.Multiline
'\n'          Text