コード例 #1
0
 def testGzippedMapFileLine(self):
     self.assertTrue(unpack_pak.ParseLine('  {"path.js", IDR_PATH, false}'))
     self.assertTrue(unpack_pak.ParseLine('  {"path.js", IDR_PATH, true}'))
コード例 #2
0
 def testMapFileLine(self):
     self.assertTrue(unpack_pak.ParseLine('  {"path.js", IDR_PATH}'))