further escaping fixes
[scpubgit/HTML-String.git] / xt / tt.t
diff --git a/xt/tt.t b/xt/tt.t
index bd0af60..debdbbd 100644 (file)
--- a/xt/tt.t
+++ b/xt/tt.t
@@ -28,4 +28,9 @@ is(
     '<tag>Hi <bob></tag>',
 );
 
+is(
+    do_tt('<foo>"$bar"</foo>'."\n"),
+    '<foo>"$bar"</foo>'."\n"
+);
+
 done_testing;