summaryrefslogtreecommitdiff
path: root/tests/lexers/js/example4.txt
blob: 96e4a7191c2dfedcc3c17a8bacfda9d549cef5a3 (plain)
1
2
3
4
5
6
7
---input---
/* There is a BOM at the beginning of this file. */

---tokens---
''            Text
'/* There is a BOM at the beginning of this file. */' Comment.Multiline
'\n'          Text