Beispiel #1
0
 def test14_name(self):
     r = when(u"Tell me about Feb/29/2000.")
     self.assertEqual(r, u"Feb/29/2000")
Beispiel #2
0
 def test12_name(self):
     r = when(u"Tell me about 30/Feb/2000.")
     self.assertEqual(r, u"Tell me about 30/Feb/2000.")
Beispiel #3
0
 def test13_name(self):
     r = when(u"Tell me about 29/Feb/2000.")
     self.assertEqual(r, u"29/Feb/2000")
Beispiel #4
0
 def test12_name(self):
     r = when(u"Tell me about 22-11-15.")
     self.assertEqual(r, u"22-11-15")