Revert "Fix parser crash in defined multi line str test" (#3959)

This commit is contained in:
Gunter Labes 2019-03-01 17:09:19 +01:00 committed by GitHub
parent 3c01a27180
commit ef57c0d76b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -493,8 +493,6 @@ class Parser:
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)