Index: openacs-4/packages/xowiki/tcl/test/xowiki-admin-tests-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/Attic/xowiki-admin-tests-procs.tcl,v diff -u -r1.1.2.20 -r1.1.2.21 --- openacs-4/packages/xowiki/tcl/test/xowiki-admin-tests-procs.tcl 25 Nov 2021 14:53:55 -0000 1.1.2.20 +++ openacs-4/packages/xowiki/tcl/test/xowiki-admin-tests-procs.tcl 31 Dec 2021 11:22:34 -0000 1.1.2.21 @@ -1262,17 +1262,17 @@ set l "parentpage" set test [label "link" "existing simple page" $l] set link [p create_link $l] - ? {$link render} "parentpage" "\n$test\n " + ? {$link render} "parentpage" $test set l "parentpage1" set test [label "link" "not existing simple page" $l] set link [p create_link $l] - ? {$link render} [subst -nocommands { parentpage1}] "\n$test\n " + ? {$link render} [subst -nocommands {parentpage1}] $test set l "parentpage#a" set test [label "link" "existing simple with anchor" $l] set link [p create_link $l] - ? {$link render} [subst -nocommands {parentpage}] "\n$test\n " + ? {$link render} [subst -nocommands {parentpage}] $test set l "image:image.png" set test [label "link" "existing image" $l]