This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Copyright (C) 2011 Dominik Schlund. | |
! See http://factorcode.org/license.txt for BSD license. | |
USING: tools.test math.text.german ; | |
IN: math.text.german.tests | |
[ "null" ] [ 0 number>text ] unit-test | |
[ "eins" ] [ 1 number>text ] unit-test | |
[ "einundzwanzig" ] [ 21 number>text ] unit-test | |
[ "zweiundzwanzig" ] [ 22 number>text ] unit-test | |
[ "zweitausend" ] [ 2000 number>text ] unit-test |