summaryrefslogtreecommitdiff
path: root/roundcubemail/tests/src
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-04-19 08:23:31 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-04-19 08:23:31 +0000
commit47dcc5411ec51b6e06fa3ae68e3fd0375b88df08 (patch)
treec41d8a930162a2e71d90124699f38e2625046948 /roundcubemail/tests/src
parent23be8a14216d427554bbb71dc19c7977c44863b7 (diff)
- Fix regression in html conditional comments handling by washtml class
git-svn-id: https://svn.roundcube.net/trunk@4667 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/tests/src')
-rw-r--r--roundcubemail/tests/src/htmlcom.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/roundcubemail/tests/src/htmlcom.txt b/roundcubemail/tests/src/htmlcom.txt
new file mode 100644
index 000000000..b3eb1de79
--- /dev/null
+++ b/roundcubemail/tests/src/htmlcom.txt
@@ -0,0 +1,16 @@
+<html>
+<head>
+<title>Roundcube Test Message</title>
+</head>
+<body>
+
+<!--REF>
+<p>test1</p>
+<!--DEREF>
+
+<!--[if gte mso 9]><xml>
+ <p>test2</p>
+</xml><![endif]-->
+
+</body>
+</html> \ No newline at end of file