mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
|
# MATLAB allows char function arguments to not be enclosed by parentheses
|
||
|
# or contain quote characters, as long as they are space separated. Test
|
||
|
# that one common such function is formatted appropriately.
|
||
|
|
||
|
---input---
|
||
|
help sin
|
||
|
|
||
|
---tokens---
|
||
|
'help' Name.Builtin
|
||
|
' ' Text.Whitespace
|
||
|
'sin' Name.Builtin
|
||
|
'\n' Text.Whitespace
|