summaryrefslogtreecommitdiff
path: root/tests/lexers/cpp/test_good_comment.txt
blob: a6998e7b5643f0789abfb347c8aecc1d1d14620b (plain)
1
2
3
4
5
6
---input---
/* foo */

---tokens---
'/* foo */'   Comment.Multiline
'\n'          Text