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 would have expected at least one of the above to Do The Right Thing™, but all do something, from my perspective, unexpected. The first creates a factoid whose name is =, the second "a, and the third a\. Please consider allowing of escaping equals signs in some manner.
The text was updated successfully, but these errors were encountered:
Currently oftn-bot doesn't seem to allow equals signs in factoid names (except in one special case). Consider the following:
!learn == = foo
!learn "a=b" = bar
!learn a=b = baz
I would have expected at least one of the above to Do The Right Thing™, but all do something, from my perspective, unexpected. The first creates a factoid whose name is
=
, the second"a
, and the thirda\
. Please consider allowing of escaping equals signs in some manner.The text was updated successfully, but these errors were encountered: