summaryrefslogtreecommitdiff
path: root/tests/lexers/objectivec/test_module_import.txt
blob: 918d1555619eafc3662d0ea6533fcbafb0b9ab2c (plain)
1
2
3
4
5
6
7
8
9
---input---
@import ModuleA;

---tokens---
'@import'     Keyword
' '           Text
'ModuleA'     Name
';'           Punctuation
'\n'          Text