You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ignore / if the delimiter is something else (#1850)
* ignore / if the delimiter is something else
(note: I don't think this is the correct fix! But at least it gives a unit test)
closes#1849
* avoid string.replaceAll
* add delimiter test
* \/ needs three (six) backslashes!
* pass tests, but still not complete
* proper escape/unescape
* refactor logic
* lift delimiter code
* tweak error message
* refactor logic slightly
---------
Co-authored-by: Mike Bostock <mbostock@gmail.com>
0 commit comments