We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b42205 commit e52a23aCopy full SHA for e52a23a
exercises/practice/sgf-parsing/sgf_parsing_test.py
@@ -87,4 +87,4 @@ def test_multiple_property_values(self):
87
def test_escaped_property(self):
88
input_string = "(;A[\\]b\nc\nd\t\te \n\\]])"
89
expected = SgfTree(properties={"A": ["]b\nc\nd e \n]"]})
90
- self.assertEqual(parse(input_string), expected)
+ self.assertEqual(parse(input_string), expected)
0 commit comments