Skip to content

Commit

Permalink
Add a check for unicode double right arrow operator
Browse files Browse the repository at this point in the history
Should be a synonym for =>
  • Loading branch information
d-torrance committed Dec 3, 2024
1 parent acc6ca1 commit 87756d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions M2/Macaulay2/tests/normal/unicode.m2
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ assert(v·w == 11)

-- should get "invalid symbol" error
assert try getSymbol "⟎⟎" then false else true

assert((a⇒b) === (a => b))

0 comments on commit 87756d0

Please sign in to comment.