Parsing paths containing multiple slashes issues
veptechno opened this issue · 1 comments
veptechno commented
Multiple slashes in reaction paths are interpreted as multiple states with empty names, but they are allowed and equivalent to a single slash in Unix systems. There are also problems with slashes in the names of states.
I think we should parse as in Unix systems and forbid slashes in the names of states (except for one leading slash in top-level states)
nikvoloshin commented
@veptechno is this issue resolved?