Skip to content

Commit ae0409c

Browse files
committed
make sure ½ is still invalid
1 parent c0b225f commit ae0409c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parse.jl

+1
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ end
259259
let ½x = 1/2, ¹x = 12
260260
@test ½x === 1/2
261261
@test ¹x === 12
262+
Meta.parse("½ = 0.5",raise=false) == Expr(:error, "invalid identifier ½")
262263
end
263264

264265
# added ⟂ to operator precedence (#24404)

0 commit comments

Comments
 (0)