We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e73aec commit 8f405b1Copy full SHA for 8f405b1
bin/Unicodable.p6
@@ -96,7 +96,7 @@ method from-numerics($query) {
96
$query ~~ m:ignoremark/^
97
:i \s*
98
[
99
- [ | [「\U」 |‘u’ (.)] <?{ $0[*-1].Str.uniname.match: /PLUS.*SIGN/ }>
+ [ | [「\U」 | ‘u’ (.) <?{ $0[*-1].Str.uniname.match: /PLUS.*SIGN/ }> ]
100
| [ <:Nd> & <:Numeric_Value(0)> ] ‘x’ # TODO is it fixed now? … What exactly?
101
]
102
$<digit>=<:HexDigit>+
0 commit comments