This commit is contained in:
Aliaksandr Valialkin 2024-05-21 12:59:19 +02:00
parent 0009bd6271
commit d3878885fe
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB
2 changed files with 0 additions and 2 deletions

View file

@ -37,7 +37,6 @@ func TestParsePipeUnpackJSONFailure(t *testing.T) {
f(`unpack_json from x y`) f(`unpack_json from x y`)
f(`unpack_json from x if`) f(`unpack_json from x if`)
f(`unpack_json from x result_prefix`) f(`unpack_json from x result_prefix`)
f(`unpack_json from x result_prefix if`)
f(`unpack_json from x result_prefix a b`) f(`unpack_json from x result_prefix a b`)
f(`unpack_json from x result_prefix a if`) f(`unpack_json from x result_prefix a if`)
f(`unpack_json result_prefix`) f(`unpack_json result_prefix`)

View file

@ -33,7 +33,6 @@ func TestParsePipeUnpackLogfmtFailure(t *testing.T) {
f(`unpack_logfmt from x y`) f(`unpack_logfmt from x y`)
f(`unpack_logfmt from x if`) f(`unpack_logfmt from x if`)
f(`unpack_logfmt from x result_prefix`) f(`unpack_logfmt from x result_prefix`)
f(`unpack_logfmt from x result_prefix if`)
f(`unpack_logfmt from x result_prefix a b`) f(`unpack_logfmt from x result_prefix a b`)
f(`unpack_logfmt from x result_prefix a if`) f(`unpack_logfmt from x result_prefix a if`)
f(`unpack_logfmt result_prefix`) f(`unpack_logfmt result_prefix`)