bug in escape sequence

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
mauros64
Posts: 11
Joined: Tue Oct 13, 2009 7:24 pm

bug in escape sequence

Post 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.
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: bug in escape sequence

Post by DataMystic Support »

Yes, we have found the issue and fixed it, an 8.4.4 version will be ready in 20 minutes.
mauros64
Posts: 11
Joined: Tue Oct 13, 2009 7:24 pm

Re: bug in escape sequence

Post by mauros64 »

Thansk a lot for the speed of your fix.
Post Reply