# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #117683]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=117683 >


This seems to be an OS X only error:

./perl6 -e 'say "\c[LINE FEED (LF)]"'
===SORRY!===
Unrecognized character name LINE FEED (LF)
at -e:1

but:

./perl6 -e 'say "\c[COLON]"'
:

This is cause failures in t/spec/S02-literals/char-by-name.t

-- 
Will "Coke" Coleda

Reply via email to