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

View file

@ -34,7 +34,6 @@ func TestParsePipeUnpackJSONFailure(t *testing.T) {
f(`unpack_json if`) f(`unpack_json if`)
f(`unpack_json if (x:y) foobar`) f(`unpack_json if (x:y) foobar`)
f(`unpack_json from`) f(`unpack_json from`)
f(`unpack_json from if`)
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`)

View file

@ -30,7 +30,6 @@ func TestParsePipeUnpackLogfmtFailure(t *testing.T) {
f(`unpack_logfmt if`) f(`unpack_logfmt if`)
f(`unpack_logfmt if (x:y) foobar`) f(`unpack_logfmt if (x:y) foobar`)
f(`unpack_logfmt from`) f(`unpack_logfmt from`)
f(`unpack_logfmt from if`)
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`)