Test-Command: if [ "`/usr/lib/libnumbertext/spellout -l en 123`" != "one hundred twenty-three" ]; then echo "Invalid en spellout."; exit 1; else exit 0; fi
Depends: libnumbertext-tools

Test-Command: if [ "`/usr/lib/libnumbertext/spellout -l de 123`" != "einhundertdreiundzwanzig" ]; then echo "Invalid de spellout."; exit 1; else exit 0; fi
Depends: libnumbertext-tools

