[parrot/parrot] 294744: [test] add testcase for double-quoted lex names GH...
GitHub
noreply at github.com
Wed Oct 8 08:14:38 UTC 2014
Branch: refs/heads/rurban/doublequoted-names-gh1095
Home: https://github.com/parrot/parrot
Commit: 29474437ae14fa06203635be18d0a83275484ca5
https://github.com/parrot/parrot/commit/29474437ae14fa06203635be18d0a83275484ca5
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-10-08 (Wed, 08 Oct 2014)
Changed paths:
M t/compilers/imcc/syn/clash.t
Log Message:
-----------
[test] add testcase for double-quoted lex names GH #1095
in perl6 the correctly double-quoted .lex "foo\\o", $P3 name fails to work.
see https://rt.perl.org/Public/Bug/Display.html?id=116643
this might be caused by the switch from globals to lexicals, as this statement
is now enclosed in a block.
in parrot the binary character \0 causes problems in lexnames with roundtrips.
More information about the parrot-commits
mailing list