1
1
mirror of https://github.com/wader/fq.git synced 2024-11-28 03:02:55 +03:00
fq/pkg/interp/testdata/configinit.fqtest

5 lines
43 B
Plaintext
Raw Normal View History

2020-06-08 03:29:51 +03:00
/config/init.jq:
def a: "a";
> fq -n a
"a"