* Add (all?) Matlab built-ins See also https://de.mathworks.com/help/matlab/referencelist.html * Adjust pytest goldens
12 lines
357 B
Text
12 lines
357 B
Text
# 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
|