Here's a test case:
test2.adp
<master>
<property name="title">Test</property>
@text1@
@text2@
@text3;noquote@
@text4;noquote@
test2.tcl
#
ad_page_contract {
@author (mailto:jader-ibr@bread.com)
@creation-date 2004-11-22
@arch-tag: 905ab77a-acf8-4939-ae39-a582ff59dca8
@cvs-id $Id$
} {
} -properties {
} -validate {
} -errors {
}
set text1 "#abc1#"
set text2 "\#abc2\#"
set text3 "#abc3#"
set text4 "\#abc4\#"