bug in escape sequence
Posted: Tue Nov 17, 2009 6:48 pm
I've found a different (wrong) behavior from TP 8.3.2 to TP 8.4.2 / 8.4.3 in the escape sequence
The simpler filter to reproduce it is an
the old versione correctly escape the slash and give me this output ( in the trial area with the default text):
the new versions do this:
it treated equally a string with a single or a double slash.
The simpler filter to reproduce it is an
Code: Select all
|
|--Add right margin [\\end]
|
Code: Select all
You can type sample text in \end
the Trial Run Input Area to\end
test if your filter is working \end
[...]
Code: Select all
You can type sample text in nd
the Trial Run Input Area tond
test if your filter is working nd
[...]