Added 'Rival Intern' background, fixed bugs, and findattr now removes '/'.

This commit is contained in:
Mark Wolfman
2021-06-09 23:06:48 -05:00
parent bd895c4efc
commit b432e67a35
7 changed files with 41 additions and 6 deletions
+4 -4
View File
@@ -153,10 +153,10 @@ class TexCreatorTestCase(unittest.TestCase):
self.assertIn(r"55 swim", tex)
self.assertIn(r"65 burrow", tex)
self.assertIn(r"petrified", tex)
self.assertIn(r"Saves:", tex)
self.assertIn(r"Dam. Immun.:", tex)
self.assertIn(r"Dam. Res.:", tex)
self.assertIn(r"Dam. Vuln.:", tex)
self.assertIn(r"Saving Throws:", tex)
self.assertIn(r"Damage Immunities:", tex)
self.assertIn(r"Damage Resistances:", tex)
self.assertIn(r"Damage Vulnerabilities:", tex)
self.assertIn(r"Senses:", tex)
self.assertIn(r"Challenge:", tex)
self.assertIn(r"Languages:", tex)