# New Ticket Created by  François PERRAD 
# Please include the string:  [perl #55842]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55842 >


Between r28319 and r28374, the behavior of empty .const .String was broken.
Now, the following PIR code produces unexpected character (seen on Windows)
:

.HLL 'Lua', 'lua_group'
.sub main
    .const .String cst1 = ''
    print cst1
    print "\n"
    .const .LuaString cst2 = ''
    print cst2
    print "\n"
.end


François.

Reply via email to