summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-01-12 10:44:44 -0600
committerNicolas Williams <nico@cryptonector.com>2015-01-12 10:44:44 -0600
commit60d1ecb58a7987ab1ba6e8fe6ff4991c6b2ac420 (patch)
treedaa099cf5ed0f836177d7c570370ec7186a38927 /tests
parentd927a2c18537fce25798cb024f6675d3ddac45af (diff)
Fix #552
Diffstat (limited to 'tests')
-rw-r--r--tests/all.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.test b/tests/all.test
index cdb34d63..814d1e37 100644
--- a/tests/all.test
+++ b/tests/all.test
@@ -898,7 +898,7 @@ sub("^(?<head>.)"; "Head=\(.head) Tail=")
[.[] | split(", ")]
["a,b, c, d, e,f",", a,b, c, d, e,f, "]
-[["a,b","c","d","e,f"],["","a,b","c","d","e,f"]]
+[["a,b","c","d","e,f"],["","a,b","c","d","e,f",""]]
########################
[.[]|[[sub(", *";":")], [gsub(", *";":")], [scan(", *")]]]