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/promql
Pablo Seminario 9ea4c265fe
Improve PromQL lexer with new test cases (#1783)
* 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 `~!`.
2021-04-24 08:00:37 +02:00
..
test_complex_exp_single_quotes.txt Improve PromQL lexer with new test cases (#1783) 2021-04-24 08:00:37 +02:00
test_expression_and_comment.txt Rename "tests/lexers" to "tests/snippets" and update the contribution 2021-01-20 10:57:30 +01:00
test_function_delta.txt Rename "tests/lexers" to "tests/snippets" and update the contribution 2021-01-20 10:57:30 +01:00
test_function_multi_line.txt Rename "tests/lexers" to "tests/snippets" and update the contribution 2021-01-20 10:57:30 +01:00
test_function_multi_line_with_offset.txt Rename "tests/lexers" to "tests/snippets" and update the contribution 2021-01-20 10:57:30 +01:00
test_function_sum_with_args.txt Rename "tests/lexers" to "tests/snippets" and update the contribution 2021-01-20 10:57:30 +01:00
test_matching_operator_no_regex_match.txt Improve PromQL lexer with new test cases (#1783) 2021-04-24 08:00:37 +02:00
test_metric.txt Rename "tests/lexers" to "tests/snippets" and update the contribution 2021-01-20 10:57:30 +01:00
test_metric_multiple_labels.txt Rename "tests/lexers" to "tests/snippets" and update the contribution 2021-01-20 10:57:30 +01:00
test_metric_multiple_labels_with_spaces.txt Rename "tests/lexers" to "tests/snippets" and update the contribution 2021-01-20 10:57:30 +01:00
test_metric_one_label.txt Rename "tests/lexers" to "tests/snippets" and update the contribution 2021-01-20 10:57:30 +01:00