prometheus/promql/parser
Tobias Guggenmos 1dbd799354
PromQL: Fix regression tests (#6935)
This PR fixes the regression tests for the issue fixed in #6931 .

The reason for that is that all of the invalid queries that triggered the regression have become more or less valid syntax in #6933 (they might still fail typechecking).

Signed-off-by: Tobias Guggenmos <tobias.guggenmos@uni-ulm.de>
2020-03-06 08:17:01 +00:00
..
ast.go Add nolint comment 2020-02-17 16:09:23 +01:00
functions.go Rename package 2020-02-17 16:05:21 +01:00
generated_parser.y PromQL: Allow more keywords as metric names (#6933) 2020-03-05 13:20:53 +00:00
generated_parser.y.go PromQL: Allow more keywords as metric names (#6933) 2020-03-05 13:20:53 +00:00
lex.go Fix all build errors in promql package 2020-02-17 16:09:23 +01:00
lex_test.go Rename package 2020-02-17 16:05:21 +01:00
parse.go Remove some duplicated words (#6882) 2020-02-27 07:08:31 +01:00
parse_test.go PromQL: Fix regression tests (#6935) 2020-03-06 08:17:01 +00:00
printer.go Fix all build errors in promql package 2020-02-17 16:09:23 +01:00
printer_test.go Rename package 2020-02-17 16:05:21 +01:00
value.go Fix more identifiers 2020-02-17 16:07:53 +01:00