Skip to content

Commit

Permalink
cli: Add string_input options test
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Sep 12, 2021
1 parent 17104f0 commit 3304f29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkg/interp/testdata/options.fqtest
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,14 @@ $ fq -o sizebase=10 -n options.sizebase
10
$ fq -o sizebase=aaa -n options.sizebase
10
$ fq -o slurp=10 -n options.slurp
$ fq -o slurp=true -n options.slurp
true
$ fq -o slurp=aaa -n options.slurp
false
$ fq -o string_input=true -n options.string_input
true
$ fq -o string_input=aaa -n options.string_input
false
$ fq -o unicode=true -n options.unicode
true
$ fq -o unicode=aaa -n options.unicode
Expand Down

0 comments on commit 3304f29

Please sign in to comment.