From fc52e78ed407247c0ce22a233647e52d2aa2c4e8 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 8 Aug 2014 18:00:01 -0500 Subject: Fix tests for #432 --- tests/all.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/all.test b/tests/all.test index c57c6d07..c73e27a3 100644 --- a/tests/all.test +++ b/tests/all.test @@ -828,7 +828,6 @@ capture("(?[a-z]+)-(?[0-9]+)") [.[] | sub(", "; ":")] ["a,b, c, d, e,f", ", a,b, c, d, e,f, "] ["a,b:c, d, e,f",":a,b, c, d, e,f, "] -, #2 [", ",", ",", "],["a,b","c","d","e,f"]], #3 [[":a,b, c, d, e,f,"],[":a,b:c:d:e,f:"],[", ",", ",", ",", ",", "],["","a,b","c","d","e,f",""]]] [.[] | gsub(", "; ":")] ["a,b, c, d, e,f",", a,b, c, d, e,f, "] @@ -836,9 +835,11 @@ capture("(?[a-z]+)-(?[0-9]+)") [.[] | scan(", ")] ["a,b, c, d, e,f",", a,b, c, d, e,f, "] +[", ",", ",", ",", ",", ",", ",", ",", "] [.[] | 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",""]] ######################## [.[]|[[sub(", *";":")], [gsub(", *";":")], [scan(", *")], split(", *")]] -- cgit v1.2.3