On Thu Nov 05 07:05:37 2015, steve.mynott+bitc...@gmail.com wrote: > 1. Original Behaviour under Niceville > > > say so "\r\n" ~~ /[";"|"\r\n"]/ > True > > 2. As of Nov 5 > > % perl6 -v > This is perl6 version 2015.10-177-gaf78ecc built on MoarVM version > 2015.10-54-g1e4912d > > > say so "\r\n" ~~ /[";"|"\r\n"]/ > False > > Note in both cases || is True.
Regression fixed (along with general handling of NFG synthetics in LTM), and test added in S05-metasyntax/longest-alternative.t. /jnthn