${test1}
test1 value
${test2()}
test2 value
${None}
${'test4'}
test4
${1234}
1234
${1234.5678}
1234.5678
${[1,2,3]}
123
${(4,5,6)}
456
${u'†©—'}
†©—
quick < CDATA test
hello ${'there'} this is ${None} a multi-part $test1
hello there this is a multi-part test1 value
test $$escaping of $$ signs.
test $$escaping of $$ signs.
${1+2+3}pack
6pack
em${}p${ }ty
empty
$s ${'world'}
${s + ' world'}
$$ $$ $$ $ $ $ $$ $$ $$
${'$ $ $ $ $ $ $ $ $'}
$$s $s $$$s $$$
${'$s hello $hello $$'}
es ist schon ${int(str(6-1))} vor ${3
+ 4
+ 5} aber ${s.replace('e', 'a')}!
es ist schon 5 vor 12 aber hallo!
${msg}
cação
${unicode(msg_utf8, 'utf-8')}
cação
${unicode(msg_iso, 'iso8859-1')}
cação