Minor msg editing/formatting
This commit is contained in:
parent
a6918561c5
commit
ee0a22757f
2 changed files with 6 additions and 6 deletions
|
|
@ -1485,7 +1485,7 @@ class TestPuzzles(CommandTest):
|
|||
msg,
|
||||
[
|
||||
r"^-+$",
|
||||
r"^0 puzzle\(s\)\.$",
|
||||
r"^Found 0 puzzle\(s\)\.$",
|
||||
r"-+$",
|
||||
],
|
||||
re.MULTILINE | re.DOTALL
|
||||
|
|
@ -1514,7 +1514,7 @@ class TestPuzzles(CommandTest):
|
|||
r"^.*key: stone$",
|
||||
r"^.*key: flint$",
|
||||
r"^-+$",
|
||||
r"^1 puzzle\(s\)\.$",
|
||||
r"^Found 1 puzzle\(s\)\.$",
|
||||
r"^-+$",
|
||||
],
|
||||
re.MULTILINE | re.DOTALL
|
||||
|
|
@ -1530,7 +1530,7 @@ class TestPuzzles(CommandTest):
|
|||
[
|
||||
r"^-+$",
|
||||
r"^-+$",
|
||||
r"^0 armed puzzle\(s\)\.$",
|
||||
r"^Found 0 armed puzzle\(s\)\.$",
|
||||
r"^-+$"
|
||||
],
|
||||
re.MULTILINE | re.DOTALL
|
||||
|
|
@ -1550,7 +1550,7 @@ class TestPuzzles(CommandTest):
|
|||
r"^Puzzle name: makefire$",
|
||||
r"^.*stone.* at \s+ Room.*$",
|
||||
r"^.*flint.* at \s+ Room.*$",
|
||||
r"^1 armed puzzle\(s\)\.$",
|
||||
r"^Found 1 armed puzzle\(s\)\.$",
|
||||
r"^-+$",
|
||||
],
|
||||
re.MULTILINE | re.DOTALL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue