mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 01:41:44 +03:00
13 lines
429 B
Plaintext
Executable File
13 lines
429 B
Plaintext
Executable File
. ../../../testutils.sh
|
|
|
|
check Issue1828.idr
|
|
check Issue1828.idr --total --log totality.requirement:20 | sed -r "s/.([0-9]){10}//g"
|
|
|
|
check Issue1828.idr
|
|
check Issue1828.idr --log totality.requirement:20 | sed -r "s/.([0-9]){10}//g"
|
|
|
|
|
|
check TotallyTotal.idr
|
|
check TotallyTotal.idr --log totality.requirement:20 | sed -r "s/.([0-9]){10}//g"
|
|
check TotallyTotal.idr --total --log totality.requirement:20 | sed -r "s/.([0-9]){10}//g"
|