summaryrefslogtreecommitdiffstats
path: root/testing/051_escape.dox
diff options
context:
space:
mode:
Diffstat (limited to 'testing/051_escape.dox')
-rw-r--r--testing/051_escape.dox18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/051_escape.dox b/testing/051_escape.dox
new file mode 100644
index 0000000..1497ad1
--- /dev/null
+++ b/testing/051_escape.dox
@@ -0,0 +1,18 @@
+// objective: test various characters that should be escaped
+// check: indexpage.xml
+/**
+\mainpage
+Dollar \$
+At \@
+Backslash \\
+Amphasand \&
+Less \<
+Greater \>
+Hash \#
+Percent \%
+Quote \"
+Dot \.
+Double colon \::
+Pipe \|
+
+*/