expreduce icon indicating copy to clipboard operation
expreduce copied to clipboard

[mmacompat-blocking] Special characters in escaped string dead freeze interpreter

Open darvin opened this issue 7 years ago • 0 comments

In[1]:= "    \[DoubleLongRightArrow]     "



(hangs unresponsive)

desired:

In[3]:= "    \[DoubleLongRightArrow]     "                                      

Out[3]=     ⟹     

darvin avatar Jun 03 '18 23:06 darvin