summaryrefslogtreecommitdiffstats
path: root/tests/snippets/teal/test_literals.txt
blob: 46e43dc1b64410c2426388c8bb28317188556ab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---input---
a 0x1AaAF
a 7777777777777777777777777777777777777777777777777774MSJUVU
a base32(aB/c23=)
a b64 aB/c23=

---tokens---
'a'           Name.Function
' '           Text.Whitespace
'0x1AaAF'     Literal.Number.Hex
'\n'          Text

'a'           Name.Function
' '           Text.Whitespace
'7777777777777777777777777777777777777777777777777774MSJUVU' Literal.Number
'\n'          Text

'a'           Name.Function
' '           Text.Whitespace
'base32'      Literal.String.Affix
'(aB/c23=)'   Literal.String.Other
'\n'          Text

'a'           Name.Function
' '           Text.Whitespace
'b64 '        Literal.String.Affix
'aB/c23='     Literal.String.Other
'\n'          Text