On Wed, 04 Jan 2017 21:27:05 -0800, samant...@posteo.net wrote:
> Also see this bisectable results:
> https://gist.github.com/Whateverable/50acf5fe072680085746459f144a106f
> 
> You can see how with the new commit, 'space' and 'White_Space' now
> resolve to the same property. Before 'space' resolved to the LF
> property, and magically worked. When this was fixed and 'space' ==
> 'White_Space', it broke. This bug will be considered close when:
> 
> use nqp; say nqp::unipropcode('space') ==
> nqp::unipropcode('White_Space') #> True
> and also must work doing: `'  ' ~~ /<:space>/; #> 「  」`

Fixed with commit 
https://github.com/rakudo/rakudo/commit/49dce163e8182ee726cd1e512a03c29551cc16da

Reply via email to