[Webkit-unassigned] [Bug 44040] Split with regex including an alternative | incorrectly returns splitting tokens

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 15 17:43:58 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44040





--- Comment #1 from Guillaume Bodi <bodi.giyomu at gmail.com>  2010-08-15 17:43:59 PST ---
Correction to the results sample (missing single quote after test1):

Actual result:
["'test1' ", "and", " 'test2' ", "or", " 'test3'"]

Expected result:

["'test1' ", " 'test2' ", " 'test3'"]

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list