blob: 554b4084a091e6ddac5002a2bfedffcda44f6dba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
' ' Text.Whitespace
'sin' Literal.String
'\n' Text.Whitespace
|