Skip to content

Commit 7e2f9ba

Browse files
authored
Merge pull request #3 from HenrikHolst/patch-4
Added test for @ssv format
2 parents e47c3a0 + 08da6a2 commit 7e2f9ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/jq.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,12 @@ null
6161
null
6262
"interpolation"
6363

64-
@text,@json,([1,.]|@csv,@tsv),@html,(@uri|.,@urid),@sh,(@base64|.,@base64d)
64+
@text,@json,([1,.]|@csv,@ssv,@tsv),@html,(@uri|.,@urid),@sh,(@base64|.,@base64d)
6565
"!()<>&'\"\t"
6666
"!()<>&'\"\t"
6767
"\"!()<>&'\\\"\\t\""
6868
"1,\"!()<>&'\"\"\t\""
69+
"1;\"!()<>&'\"\"\t\""
6970
"1\t!()<>&'\"\\t"
7071
"!()&lt;&gt;&amp;&apos;&quot;\t"
7172
"%21%28%29%3C%3E%26%27%22%09"

0 commit comments

Comments
 (0)