Diff

Differences From Artifact [c31b96320d]:

To Artifact [7a3f2ae871]:


99
100
101
102
103
104
105

106
107
108
109
110
111
112
			}
		    }
		}
		puts $out $buffer

	    } else {
		# Empty line

	    }
	    break
	}
    }

    # Output clean-up commands
    puts $out "\n# Cleanup\n::tcltest::cleanupTests\nreturn"







>







99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
			}
		    }
		}
		puts $out $buffer

	    } else {
		# Empty line
		puts $out ""
	    }
	    break
	}
    }

    # Output clean-up commands
    puts $out "\n# Cleanup\n::tcltest::cleanupTests\nreturn"