tartrazine/spec/tests/matlab/test_command_mode.txt

13 lines
357 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
# 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