https://bugzilla.redhat.com/show_bug.cgi?id=1364170 Robert-André Mauchin <zebob.m@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zebob.m@xxxxxxxxx Assignee|vanmeeuwen+fedora@kolabsys. |zebob.m@xxxxxxxxx |com | Flags|needinfo?(vanmeeuwen+fedora | |@kolabsys.com) | --- Comment #4 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- Tests fails: 17 passing (14ms) 4 failing 1) character classes: should return a string for a regex range when `true` is passed:: AssertionError [ERR_ASSERTION]: [ '[a-e]' ] deepEqual '[a-e]' at Context.<anonymous> (test.js:108:12) 2) character classes: should flip order when a sequential range is backwards: AssertionError [ERR_ASSERTION]: [ '(1023|1022|1021)' ] deepEqual '102[1-3]' at Context.<anonymous> (test.js:116:12) 3) character classes: should return null for invalid patterns:: AssertionError [ERR_ASSERTION]: null deepEqual [] at Context.<anonymous> (test.js:124:12) 4) when a custom function is used for expansions should expose the index: AssertionError [ERR_ASSERTION]: [ 'a', 'b', 'c', 'd', 'e' ] deepEqual [ 'a0', 'b1', 'c2', 'd3', 'e4' ] + expected - actual [ + "a0" + "b1" + "c2" + "d3" + "e4" - "a" - "b" - "c" - "d" - "e" ] at Context.<anonymous> (test.js:168:12) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx