# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #63066]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63066 >


<pmichaud> rakudo:  say 'hello-world'.split(/<ws>/).perl;
<polyglotbot> OUTPUT[["hello", "-", "world", ""]␤]
<pmichaud> that seems wrongish -- seems like there either should be a
"" at the front or no "" at the end.
<pmichaud> rakudo:  say 'hello-world'.split(/<wb>/).perl;
<polyglotbot> OUTPUT[["hello", "-", "world", ""]␤]
* pmichaud invites masak to submit a rakudobug.  :-)
* masak submits

Reply via email to