diff --git a/src/xschem.tcl b/src/xschem.tcl index 020e03c8..d0aa5cff 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -3173,6 +3173,8 @@ proc graph_tag_nodes {txt} { set start 0 + # transform escaped newlines into two spaces, so tagging of multiline nodes is simpler + regsub -all "\\\\\n" $txt { } txt if {[regexp {^tcleval\(} $txt]} { set start 8 regsub {\)[ \n]*$} $txt {} txt