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
The problem is that the hyphen here appears to be treated as a word boundary. This needs to be investigated by first investigating if hyphens are always a problem or if it the combination of hyphen dot and * above that is the problem.
I have tried a separate lexing token for brackets around the input but that breaks inputs that use nested brackets of the same type.
Currently, you can avoid this problem by rewriting the input above as:
PlumedToHTML is not able to lex the following input:
The problem is that the hyphen here appears to be treated as a word boundary. This needs to be investigated by first investigating if hyphens are always a problem or if it the combination of hyphen dot and * above that is the problem.
I have tried a separate lexing token for brackets around the input but that breaks inputs that use nested brackets of the same type.
Currently, you can avoid this problem by rewriting the input above as:
a less kludgy fix would be useful, however.
The text was updated successfully, but these errors were encountered: