summaryrefslogtreecommitdiff
path: root/tests/snippets/properties/test_just_key_with_space.txt
blob: 833fe4055ee739bbaaf20afeb2f33cd5d5269b93 (plain)
1
2
3
4
5
6
7
8
---input---
just\ key

---tokens---
'just'        Name.Attribute
'\\ '         Literal.String.Escape
'key'         Name.Attribute
'\n'          Text.Whitespace