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
As a german keyboard layout user, thank you very much for: #1087
After experimenting with this I found patterns that trips up the parser:
"[--"
"<---"
"- 2" (as used in $ slow "- 2", $ slow "~ 2" is working fine)
example:
d1
$ n "[-- 0 5]"
# s "cpu"
Failed to Stream.streamReplace: Syntax error in sequence:
"[-- 0 5]"
^
unexpected end of input
expecting sequence, ",", "|" or "]"
Return to previous pattern.
The text was updated successfully, but these errors were encountered:
As a german keyboard layout user, thank you very much for: #1087
After experimenting with this I found patterns that trips up the parser:
$ slow "- 2"
,$ slow "~ 2"
is working fine)example:
Failed to Stream.streamReplace: Syntax error in sequence:
"[-- 0 5]"
^
unexpected end of input
expecting sequence, ",", "|" or "]"
Return to previous pattern.
The text was updated successfully, but these errors were encountered: