blob: 9eae8b6ebe3a362f5c38d61413af01678035d333 [file] [log] [blame]
# $Id: $
::tcltest::test shorthand-1.1 {shorthand expression for simple output} {
set page [::http::geturl "${urlbase}shorthand.rvt"]
set match [::http::data $page]
set match
} {<pre>testing &lt;?= ... ?&gt; shorthand expression</pre>
}