tartrazine/spec/tests/r/test_call.txt

13 lines
248 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
f(1, a)
---tokens---
'f' Name.Function
'(' Punctuation
'1' Literal.Number
',' Punctuation
' ' Text.Whitespace
'a' Name
')' Punctuation
'\n' Text.Whitespace