Skip to content

Commit

Permalink
Add trivial tests of input/inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoppstein authored and nicowilliams committed Jul 18, 2023
1 parent 93b0ad5 commit 8f5d3ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/jq.test
Original file line number Diff line number Diff line change
Expand Up @@ -1863,6 +1863,16 @@ pick(last)
[[10,20],30]
[null,30]

# input and inputs
[input?]
null
[]

[inputs]
null
[]

# debug should emit its input
debug
1
1

0 comments on commit 8f5d3ae

Please sign in to comment.