Fix tests for format to be "twelfth", not "twelveth"
original commit: 5270eb05c1415c6503115b2efd82654273e787b8
This commit is contained in:
parent
bcb40c394b
commit
008b2cf9d4
|
@ -667,7 +667,7 @@
|
|||
(equal? (format "~:r ~:r ~:r ~:r ~:r ~:r ~:r ~:r ~:r ~:r" 0 1 2 3 4 5 6 7 8 9)
|
||||
"zeroth first second third fourth fifth sixth seventh eighth ninth")
|
||||
(equal? (format "~:r ~:r ~:r ~:r ~:r ~:r ~:r ~:r ~:r ~:r" 10 11 12 13 14 15 16 17 18 19)
|
||||
"tenth eleventh twelveth thirteenth fourteenth fifteenth sixteenth seventeenth eighteenth nineteenth")
|
||||
"tenth eleventh twelfth thirteenth fourteenth fifteenth sixteenth seventeenth eighteenth nineteenth")
|
||||
)
|
||||
|
||||
(mat format-fixed1
|
||||
|
|
Loading…
Reference in New Issue
Block a user