Skip to content

Commit

Permalink
make sure ½ is still invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Feb 12, 2018
1 parent c0b225f commit ae0409c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ end
let ½x = 1/2, ¹x = 12
@test ½x === 1/2
@test ¹x === 12
Meta.parse("½ = 0.5",raise=false) == Expr(:error, "invalid identifier ½")
end

# added ⟂ to operator precedence (#24404)
Expand Down

0 comments on commit ae0409c

Please sign in to comment.