summaryrefslogtreecommitdiff
path: root/tests/snippets/promql
Commit message (Collapse)AuthorAgeFilesLines
* Improve PromQL lexer with new test cases (#1783)Pablo Seminario2021-04-242-0/+51
| | | | | | | | | * Fix PromQL lexer to support values enclosed within single quotes Values for labels could now be enclosed within single or double quotes. * Fix a typo into the lables regex for PromQL lexer The correct label matching operator is `!~` instead of `~!`.
* Rename "tests/lexers" to "tests/snippets" and update the contributionGeorg Brandl2021-01-209-0/+280
docs to point to both snippets and examplefiles.