Commit Graph

8 Commits

Author SHA1 Message Date
Michael Morehouse
1192f536fb [sgf-parsing] fix escaped characters (#2181)
Fixes issue with pytest throwing a warning on invalid escapes.

Closes #2176
2020-02-25 10:48:19 -05:00
Corey McCandless
107e08564a remove compatibility code 2019-11-06 14:55:41 -05:00
Collin Smith
4efdd73efc sgf-parsing: add test template (#2049)
* sgf-parsing: add test template

* sgf-parsing: template formatting for legibility
2019-10-14 12:30:21 +01:00
elyashiv
88c5c61159 sgf-parsing: update tests to 1.2.0 (#1615)
* added not equal implementation

* added a test for multiple properties

* fixed linting errors

* update version
2018-12-10 08:30:17 -05:00
Pranas Ziaukas
b961289339 Escaped backslash due to DeprecationWarning (#1551)
Added an escaped backslash due to `DeprecationWarning: invalid escape sequence \]`.
2018-10-08 07:18:38 -05:00
Thomas Fan
2ff81f1c3f update-sgf-parsing: updates tests to v1.0.0 (#1489)
Resolves #1447
2018-08-27 12:46:30 -04:00
Corey McCandless
0ade6f9ba5 sgf-parsing: fix newline escaping (#1385)
* fix expected for test_escaped_property

* fix whitespace escaping to pass updated test
2018-04-27 10:18:11 -04:00
Corey McCandless
447eb3579c sgf-parsing: implement exercise (#1359)
* implement sgf-parsing

* fix import statement

* create entry in config.json

* fix __eq__ for Python2
2018-04-03 09:55:43 -04:00