]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/text/english/english-tests.factor
math.text.english: expand the supported number range
[factor.git] / extra / math / text / english / english-tests.factor
index 4a455abd43deef5968ca0b139ce720a79aa74306..4729d1588d1a1c2fdae9ceb79d8bbf6c0594592a 100644 (file)
@@ -11,6 +11,7 @@ sequences tools.test ;
 { "one million, one thousand, one hundred and one" } [ 1001101 number>text ] unit-test
 { "one million, one hundred and eleven thousand, one hundred and eleven" } [ 1111111 number>text ] unit-test
 { "one duotrigintillion" } [ 10 99 ^ number>text ] unit-test
+{ "one noveducentillion" } [ 630 10^ number>text ] unit-test
 
 { "negative one hundred and twenty-three" } [ -123 number>text ] unit-test