diff --git a/M2/Macaulay2/tests/normal/unicode.m2 b/M2/Macaulay2/tests/normal/unicode.m2 index 0469edd662..d16b1f467f 100644 --- a/M2/Macaulay2/tests/normal/unicode.m2 +++ b/M2/Macaulay2/tests/normal/unicode.m2 @@ -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))