blob: e9a8c1192bbbf600d414a16f3b115fae1a7454b3 (
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.Builtin
' ' Text.Whitespace
'sin' Name.Builtin
'\n' Text.Whitespace
|