Page 1 of 1

bug in escape sequence

Posted: Tue Nov 17, 2009 6:48 pm
by mauros64
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

Code: Select all

|   
|--Add right margin [\\end]
|   
the old versione correctly escape the slash and give me this output ( in the trial area with the default text):

Code: Select all

You can type sample text in \end
the Trial Run Input Area to\end
test if your filter is working \end
[...]
the new versions do this:

Code: Select all

You can type sample text in nd
the Trial Run Input Area tond
test if your filter is working nd
[...]
it treated equally a string with a single or a double slash.

Re: bug in escape sequence

Posted: Wed Nov 18, 2009 3:53 pm
by DataMystic Support
Yes, we have found the issue and fixed it, an 8.4.4 version will be ready in 20 minutes.

Re: bug in escape sequence

Posted: Fri Nov 20, 2009 11:50 pm
by mauros64
Thansk a lot for the speed of your fix.