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

can't use hindi VOWEL SIGNS in identifiers #3448

Closed
p6rt opened this issue Jul 20, 2014 · 5 comments
Closed

can't use hindi VOWEL SIGNS in identifiers #3448

p6rt opened this issue Jul 20, 2014 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Jul 20, 2014

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

Searchable as RT122340$

@p6rt
Copy link
Author

p6rt commented Jul 20, 2014

From @coke

S02-lexical-conventions/unicode.t has two tests that have to be
skipped due to a parse fail​:

lives_ok { my $पहला = 1; }, "hindi declaration";
is((do { my $दूसरा = 2; sub टोटल ($x) { $x + 2 }; टोटल($दूसरा) }), 4,
"evaluation");

When unskipped, they die with​: "Two terms in a row"

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Apr 26, 2016

From @coke

On Sun Jul 20 09​:43​:56 2014, coke wrote​:

S02-lexical-conventions/unicode.t has two tests that have to be
skipped due to a parse fail​:

lives_ok { my $पहला = 1; }, "hindi declaration";
is((do { my $दूसरा = 2; sub टोटल ($x) { $x + 2 }; टोटल($दूसरा) }), 4,
"evaluation");

When unskipped, they die with​: "Two terms in a row"

--
Will "Coke" Coleda

These tests seem to pass now and be unskipped, both on roast master and 6.c-errata.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Apr 26, 2016

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Apr 28, 2016

From @coke

On Tue Apr 26 14​:01​:42 2016, coke wrote​:

On Sun Jul 20 09​:43​:56 2014, coke wrote​:

S02-lexical-conventions/unicode.t has two tests that have to be
skipped due to a parse fail​:

lives_ok { my $पहला = 1; }, "hindi declaration";
is((do { my $दूसरा = 2; sub टोटल ($x) { $x + 2 }; टोटल($दूसरा) }), 4,
"evaluation");

When unskipped, they die with​: "Two terms in a row"

--
Will "Coke" Coleda

These tests seem to pass now and be unskipped, both on roast master
and 6.c-errata.

Test unskipped in both branches, closing ticket.
--
Will "Coke" Coleda

@p6rt p6rt closed this as completed Apr 28, 2016
@p6rt
Copy link
Author

p6rt commented Apr 28, 2016

@coke - Status changed from 'open' 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