You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extra care will need to be paid to ensure that comments are escaped correctly. In particular, ] characters should become \]. Currently the parser does the unescaping for comments.
We should add a converter for the PlayerBlack & PlayerWhite properties + fields in the
GameInfo
struct in node.go: https://github.com/otrego/clamshell/blob/master/core/movetree/node.goExtra care will need to be paid to ensure that comments are escaped correctly. In particular,
]
characters should become\]
. Currently the parser does the unescaping for comments.PB[kashomon]
Should have unit tests that test positive & error cases
The text was updated successfully, but these errors were encountered: