This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/snippets/matlab/test_command_mode.txt
Alex Povel 3c06350da8
Provide (all?) Matlab built-ins (#1705)
* Add (all?) Matlab built-ins

See also https://de.mathworks.com/help/matlab/referencelist.html

* Adjust pytest goldens
2021-02-14 08:57:22 +01:00

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