syphilis has asked for the wisdom of the Perl Monks concerning the following question:
The errors recur time and time again - AFAICS, it's always in relation to a value of 3.12e-03 or 3.125e-03 (sometimes reported as 0.00312 and 0.003125).not ok 30410 - couldn't compile /\p{Numeric_Value:3.12e-03}/; line 699 +58: Can't find Unicode property definition "Numeric_Value:3.12e-03" i +n regex; marked by <-- HERE in m/\p{Numeric_Value:3.12e-03} <-- HERE +/ at (eval 26922) line 2. not ok 30411 - couldn't compile /\p{^Numeric_Value:3.12e-03}/; line 69 +959: Can't find Unicode property definition "Numeric_Value:3.12e-03" +in regex; marked by <-- HERE in m/\p{^Numeric_Value:3.12e-03} <-- HER +E / at (eval 26923) line 2.
but that's about all I know - though I do notice that 3.12e-03 and 3.13e-03 are not the same value.Expect(1, 73684, '\p{Numeric_Value:3.13e-03}', ""); Expect(0, 73684, '\p{^Numeric_Value:3.13e-03}', "");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Undecipherable t/re/uniprops02.t failures on recent builds of perl.
by kcott (Archbishop) on Apr 09, 2022 at 01:13 UTC | |
by syphilis (Archbishop) on Apr 09, 2022 at 01:38 UTC | |
|
Re: Undecipherable t/re/uniprops02.t failures on recent builds of perl.
by hv (Prior) on Apr 08, 2022 at 15:41 UTC | |
by syphilis (Archbishop) on Apr 09, 2022 at 12:40 UTC |