mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-25 10:48:18 +00:00
Add missing formatting code. Update test for missing code.
This commit is contained in:
@@ -192,7 +192,7 @@ class ScriptParserTest(PicardTestCase):
|
||||
self.parser.eval("$")
|
||||
|
||||
def test_unexpected_character(self):
|
||||
areg = r"^\d+:\d+: Unexpected character"
|
||||
areg = r"^\d+:\d+: Unexpected character '\^'"
|
||||
with self.assertRaisesRegex(ScriptError, areg):
|
||||
self.parser.eval("$^noop()")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user