This PR sets up the new integrated test/bench suite. It then migrates all benchmarks and some related tests to the new suite. There's also some documentation and some linting. For now, a lot of the old tests are left alone so this PR doesn't become even larger than it already is. Eventually, all tests should be migrated to the new suite though so there isn't a confusing mix of two systems.
18 lines
386 B
Text
18 lines
386 B
Text
-- 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
|