Index: openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl,v diff -u -r1.11.2.20 -r1.11.2.21 --- openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl 18 Jul 2024 07:54:32 -0000 1.11.2.20 +++ openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl 27 Aug 2024 13:20:30 -0000 1.11.2.21 @@ -904,8 +904,8 @@ set string "\n\r\t \na word \'\n\n \t\"\" aaaaa\' \'\'\'\b \v\v\v \f" set expected {\n\r\t \na word \'\n\n \t\"\" aaaaa\' \'\'\'\b \v\v\v \f} - ns_log notice EXP:<$expected> - ns_log notice GOT:<[ad_js_escape $string]> + #ns_log notice EXP:<$expected> + #ns_log notice GOT:<[ad_js_escape $string]> aa_true " - String of escape sequences, quotes and text (with some quotes already escaped)" \ {[ad_js_escape $string] eq $expected}