test(tests/lean/run): add unicode in identifiers test

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-08-02 20:05:46 -07:00
parent aeebd942f2
commit 938b4e8421

View file

@ -0,0 +1,10 @@
import standard
variable N : Type
variable α : N
variable β₁ : N
check β₁
variable δ : N
check δ
variable δ₁₁ : N
check δ₁₁