1 Content-Type: text/xhtml; charset=UTF-8
\r
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
11 title: Interpolation Testing
12 description: Terpolation Turpentine
14 Blosxom::Test::string: this is a test
18 blosxom::hash{def}: 456
19 blosxom::hash{"X-Factor"}: 789
21 blosxom::hashref->{def}: 456
22 Blosxom::Test::hash{abc}: 123
23 Blosxom::Test::hash{'X-Factor'}: 789
24 Blosxom::Test::hashref->{def}: 456
25 Blosxom::Test::hashref->{"X-Factor"}: 789
26 # Bad quoting with hash values
27 hash{'X-Factor}: {'X-Factor}
28 hash{X-Factor'}: {X-Factor'}
29 hash{"X-Factor'}: {"X-Factor'}