-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
-- test that we accept all unicode subscripts | ||
def fₐ : Nat := 0 | ||
def fₑ : Nat := 0 | ||
def fₕ : Nat := 0 | ||
def fᵢ : Nat := 0 | ||
def fⱼ : Nat := 0 | ||
def fₖ : Nat := 0 | ||
def fₗ : Nat := 0 | ||
def fₘ : Nat := 0 | ||
def fₙ : Nat := 0 | ||
def fₒ : Nat := 0 | ||
def fₚ : Nat := 0 | ||
def fᵣ : Nat := 0 | ||
def fₛ : Nat := 0 | ||
def fₜ : Nat := 0 | ||
def fᵤ : Nat := 0 | ||
def fᵥ : Nat := 0 | ||
def fₓ : Nat := 0 |