File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,13 @@ newlines any whitespace character encountered is replaced with a single space
64
64
character irrespective of if the original character is found in its escaped
65
65
from or its unescaped from.
66
66
67
+ Be careful not to get confused between:
68
+
69
+ - The string as it is represented in a string literal in the tests
70
+ - The string that is passed to the SGF parser
71
+
72
+ Escape sequences in the string literals may have already been processed by the programming language's parser before they are passed to the SGF parser.
73
+
67
74
There are a few more complexities to SGF (and parsing in general), which
68
75
you can mostly ignore. You should assume that the input is encoded in
69
76
UTF-8, the tests won't contain a charset property, so don't worry about
You can’t perform that action at this time.
0 commit comments