Skip to content

Commit cee681e

Browse files
committed
Add more pipe tests
1 parent a9c94aa commit cee681e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/pipes/pipes_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ func TestPipes(t *testing.T) {
3030
"foo",
3131
},
3232
{
33-
`['a'] | first() + "b" | upper()`,
34-
"AB",
33+
`"a" | upper() + "B" | lower()`,
34+
"ab",
3535
},
3636
}
3737

0 commit comments

Comments
 (0)