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 Comment property + a field in the node struct in node.go: https://github.com/otrego/clamshell/blob/master/core/movetree/node.go
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.C[blah]
Should have unit tests that test positive & error cases
The text was updated successfully, but these errors were encountered: