Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ua.tests/data/help/search/test7.html')
-rw-r--r--org.eclipse.ua.tests/data/help/search/test7.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/help/search/test7.html b/org.eclipse.ua.tests/data/help/search/test7.html
new file mode 100644
index 000000000..b634fb857
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/search/test7.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>test7.html</title>
+</head>
+
+<body>
+<p>
+This tests whether or not the right search participant will be used for XHTML
+content inside a file with extension .html
+kejehrgaqm
+</p>
+
+<p filter="os=invalid">
+This paragraph is always filtered out, and is used to ensure that searching does not
+flag this document as a hit. Here is a unique word to search for: hugftnhdtg
+</p>
+<p filter="plugin!=my.invalid.plugin.id.012345">
+This paragraph, which has filter attribute "plugin!=my.invalid.plugin.id.012345" should never be filtered out.
+opqmenhfjs
+</p>
+
+</body>
+</html>

Back to the top