Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regex source doesn't contain "token"/"regex"/"rule" #4295

Closed
p6rt opened this issue Jun 10, 2015 · 3 comments
Closed

regex source doesn't contain "token"/"regex"/"rule" #4295

p6rt opened this issue Jun 10, 2015 · 3 comments

Comments

@p6rt
Copy link

p6rt commented Jun 10, 2015

Migrated from rt.perl.org#125383 (status was 'resolved')

Searchable as RT125383$

@p6rt
Copy link
Author

p6rt commented Jun 10, 2015

From @timo

The first three of these ought to output a bit more, IMO, just like the
last one does.

  > perl6 -e 'my $r = regex { foo }; say $r.perl'
  { foo }
  > perl6 -e 'my $r = token { foo }; say $r.perl'
  { foo }
  > perl6 -e 'my $r = rule { foo }; say $r.perl'
  { foo }
  > perl6 -e 'my $r = rx{ foo }; say $r.perl'
  rx{ foo }

@p6rt
Copy link
Author

p6rt commented Jul 10, 2015

From @hoelzro

Fixed in bd0401b.

@p6rt p6rt closed this as completed Jul 10, 2015
@p6rt
Copy link
Author

p6rt commented Jul 10, 2015

@hoelzro - Status changed from 'new' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant