Advertisement
Guest User

[perl #131991] Correct scope and add platform/version inform

a guest
Aug 29th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. This is Rakudo version 2017.07-155-gc229022cb built on MoarVM version 2017.07-378-g5e94da03
  2. implementing Perl 6.c.
  3.  
  4. Linux Kataomoi 4.13.0-rc6
  5. CPU E3-1230 V2 @ 3.30GHz GenuineIntel GNU/Linux
  6. Also tested on IRC with Moar and Star
  7.  
  8. This is not specific to right side nested alternations.
  9.  
  10. Example 4:
  11. 'succeed'.match(/ [fail || succeed] | suc /).say;
  12. Result:
  13. 「suc」
  14. Expected:
  15. 「succeed」
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement