Index: openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/Attic/xowiki-test-procs.tcl,v diff -u -r1.1.2.18 -r1.1.2.19 --- openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 27 Jun 2019 18:00:03 -0000 1.1.2.18 +++ openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 28 Jun 2019 10:04:39 -0000 1.1.2.19 @@ -157,10 +157,9 @@ lassign $pair link pattern set l [$enpage_id create_link $link] set html [$l render] - aa_true "render link $link -> *'$instance$pattern'*" [string match *'$instance$pattern'* $html] + aa_true "render link \[\[$link\]\] -> *'$instance$pattern'*" [string match *'$instance$pattern'* $html] aa_log "[ns_quotehtml $html]" } - } }