Posted to tcl by de at Tue Dec 12 21:54:58 GMT 2017view pretty

set deep 74825
set doc [dom parse "<doc>[string repeat <e> $deep]hehe[string repeat </e> $deep]</doc>"]
set result [$doc asXML -indent none]
puts [string length $result]
exit 1