aboutsummaryrefslogtreecommitdiff
path: root/test/common
diff options
context:
space:
mode:
Diffstat (limited to 'test/common')
-rw-r--r--test/common/test.md28
-rw-r--r--test/common/test.xml (renamed from test/common/test.txt)0
2 files changed, 28 insertions, 0 deletions
diff --git a/test/common/test.md b/test/common/test.md
new file mode 100644
index 0000000..9402e4f
--- /dev/null
+++ b/test/common/test.md
@@ -0,0 +1,28 @@
+# Markdown Test
+
+__Lorem ipsum__ dolor sit amet, _consectetur_ adipisicing elit, sed do `eiusmod` tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+> Duis aute irure dolor in reprehenderit in voluptate
+> velit esse cillum dolore eu fugiat nulla pariatur.
+
+Excepteur sint **occaecat** cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+* Test 1
+* Test 2
+* Test 3
+* Test 4
+
+Test Test Test
+
+ template <
+ typename Target,
+ std::size_t Index = 0,
+ typename Current = std::tuple<>,
+ enable_if<Index == std::tuple_size<Target>::value> = 0
+ >
+ inline Target construct(
+ const xalan::XPathExecutionContext::XObjectArgVectorType&,
+ Current&& current
+ ) {
+ return current;
+ }
diff --git a/test/common/test.txt b/test/common/test.xml
index 046a6ef..046a6ef 100644
--- a/test/common/test.txt
+++ b/test/common/test.xml