Index: openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl,v diff -u -r1.10.8.3 -r1.10.8.4 --- openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl 26 Sep 2015 11:25:23 -0000 1.10.8.3 +++ openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl 13 Feb 2017 13:44:50 -0000 1.10.8.4 @@ -93,7 +93,7 @@ set string "What?\nNever mind, buddy" aa_equals "" [ad_html_text_convert -from "text/plain" -to "text/html" -truncate_len 14 -- $string] \ - [ad_text_to_html "What?\nNever..."] + "What?
\nNever..." aa_equals "" [ad_html_text_convert -from "text/plain" -to "text/plain" -truncate_len 14 -- $string] \ "What?\nNever..."