test(tests/lean/run): add unicode in identifiers test
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
aeebd942f2
commit
938b4e8421
1 changed files with 10 additions and 0 deletions
10
tests/lean/run/unicode.lean
Normal file
10
tests/lean/run/unicode.lean
Normal file
|
@ -0,0 +1,10 @@
|
|||
import standard
|
||||
|
||||
variable N : Type
|
||||
variable α : N
|
||||
variable β₁ : N
|
||||
check β₁
|
||||
variable δ : N
|
||||
check δ
|
||||
variable δ₁₁ : N
|
||||
check δ₁₁
|
Loading…
Reference in a new issue