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

t/syntax.t6 hangs on this test #11

Open
dnmfarrell opened this issue Nov 29, 2014 · 3 comments
Open

t/syntax.t6 hangs on this test #11

dnmfarrell opened this issue Nov 29, 2014 · 3 comments
Labels

Comments

@dnmfarrell
Copy link
Owner

perl6 -MTest -e 'plan 1;is q:x{perl6 -ce "state %l;.say if ++%l{$_}==2"}, "Syntax OK\n";'

@dnmfarrell dnmfarrell added the bug label Nov 29, 2014
@Mouq
Copy link
Contributor

Mouq commented Nov 30, 2014

The problem seems to have to do with shell-expansion of {$_} in double quotes. It works if you do something like

perl6 -MTest -e 'plan 1;is qx{perl6 -ce "state %l; .say if ++%l«\$_» == 2"}, "Syntax OK\n";'

@naqe
Copy link

naqe commented Jul 20, 2017

emplement strobe with random checker based on pi

@naqe
Copy link

naqe commented Jul 20, 2017

to solve problem

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

No branches or pull requests

3 participants