예제 #1
0
파일: testas.py 프로젝트: ghewgill/pycc
 def test_hex(self):
     self.assertEqual(pyas.parse("$55"), 0x55)
예제 #2
0
파일: testas.py 프로젝트: ghewgill/pycc
 def test_decimal(self):
     self.assertEqual(pyas.parse("55"), 55)