mirror of
https://github.com/wader/fq.git
synced 2024-11-23 09:56:07 +03:00
14 lines
249 B
Plaintext
14 lines
249 B
Plaintext
.[] | _query_fromstring | _query_pipe_last | _query_tostring
|
|
["", ".", "a", "1, 2", "1 | 2", "1 | 2 | 3", "(1 | 2) | 3", "1 | (2 | 3)", "1 as $_ | 2", "def f: 1; 1", "def f: 1; 1 | 2"]
|
|
"."
|
|
"."
|
|
"a"
|
|
"1, 2"
|
|
"2"
|
|
"3"
|
|
"3"
|
|
"(2 | 3)"
|
|
"2"
|
|
"def f: 1; 1"
|
|
"2"
|