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
I worked around it by just replacing the < char for the moment.
text=text.replace('\n<', '\n#<')
This issue seems to be related to #36 - my first guess is that the parser is not interpreting the string as text, but is trying to parse it as bash or something like that.
The text was updated successfully, but these errors were encountered:
While parsing this part of a huge script (winetricks), I encountered an issue.
https://github.com/Winetricks/winetricks/blob/72b934e1e10c041ec6986f5f2fb4f143d8f6b941/src/winetricks#L16847-L16852
Results in
I worked around it by just replacing the
<
char for the moment.This issue seems to be related to #36 - my first guess is that the parser is not interpreting the string as text, but is trying to parse it as bash or something like that.
The text was updated successfully, but these errors were encountered: