In v2.0.5, backslashes in \t, \n, and other special characters were escaped to address SC1117. This introduced bugs that appeared at various parts of the analysis workflow depending on the backend. Reverting all of these changes until we have a better way of dealing with this.
\t
,\n
, and other special characters were escaped to address SC1117. This introduced bugs that appeared at various parts of the analysis workflow depending on the backend. Reverting all of these changes until we have a better way of dealing with this.