domnamespace.test ==== domnamespace-2.16 moving nodes with namespaced attributes between documents FAILED ==== Contents of test case: set doc [[dom parse {}] documentElement] set child [[dom parse {}] documentElement] $child setAttribute xmlns "foo" $doc appendChild $child $doc asXML -indent none ---- Result was: ---- Result should have been (exact matching): ==== domnamespace-2.16 FAILED ==== domnamespace-2.17 moving nodes with namespaced attributes between documents FAILED ==== Contents of test case: set doc [[dom parse {}] documentElement] set child [[dom parse {}] documentElement] $child setAttributeNS "" xmlns "foo" $doc appendChild $child $doc asXML -indent none ---- Result was: ---- Result should have been (exact matching): ==== domnamespace-2.17 FAILED