Skip to content

Commit

Permalink
Revert "Fix parser crash in defined multi line str test" (#3959)
Browse files Browse the repository at this point in the history
  • Loading branch information
soliton- committed Mar 1, 2019
1 parent 3c01a27 commit ef57c0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/tools/wesnoth/wmlparser3.py
Expand Up @@ -493,8 +493,6 @@ def parse_line_without_commands_loop(self, line: str) -> str:
else:
if self.in_string:
self.temp_string += line
elif self.temp_key_nodes and line.strip(b" \t\n") == b"":
return b""
else:
self.parse_outside_strings(line)

Expand Down

0 comments on commit ef57c0d

Please sign in to comment.