summaryrefslogtreecommitdiff
path: root/tests/snippets/matlab
Commit message (Collapse)AuthorAgeFilesLines
* Provide (all?) Matlab built-ins (#1705)Alex Povel2021-02-144-5/+5
| | | | | | | * Add (all?) Matlab built-ins See also https://de.mathworks.com/help/matlab/referencelist.html * Adjust pytest goldens
* MATLAB parser cleanup & fix for parsing `1./x` (#1673)Antony Lee2021-02-061-0/+10
| | | | | | | | | * Clarify recognition of "command form" by MATLAB parser. Expand a bit the explanation; remove an unnecessary non-capturing group, replace \s+ by \s at the end (we just need to check for the presence of a space). * MATLAB: Correctly parse 1./x as (1)(./)(x).
* Rename "tests/lexers" to "tests/snippets" and update the contributionGeorg Brandl2021-01-209-0/+260
docs to point to both snippets and examplefiles.