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/test_function_delta.txt
Georg Brandl b40b0cca06 Rename "tests/lexers" to "tests/snippets" and update the contribution
docs to point to both snippets and examplefiles.
2021-01-20 10:57:30 +01:00

19 lines
469 B
Text

---input---
delta(cpu_temp_celsius{host="zeus"}[2h])
---tokens---
'delta' Keyword.Reserved
'(' Operator
'cpu_temp_celsius' Name.Variable
'{' Punctuation
'host' Name.Label
'=' Operator
'"' Punctuation
'zeus' Literal.String
'"' Punctuation
'}' Punctuation
'[' Punctuation
'2h' Literal.String
']' Punctuation
')' Operator
'\n' Text.Whitespace