def testGzippedMapFileLine(self):
     self.assertTrue(unpack_pak.ParseLine('  {"path.js", IDR_PATH, false}'))
     self.assertTrue(unpack_pak.ParseLine('  {"path.js", IDR_PATH, true}'))
 def testMapFileLine(self):
     self.assertTrue(unpack_pak.ParseLine('  {"path.js", IDR_PATH}'))