aboutsummaryrefslogtreecommitdiff
path: root/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test.cc')
-rw-r--r--test.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/test.cc b/test.cc
index f15e1f6..2a6f886 100644
--- a/test.cc
+++ b/test.cc
@@ -5,5 +5,7 @@ int main() {
InputXSLT::PlattformGuard plattform;
InputXSLT::TransformationFacade transformation("../dummy/transform.xsl");
- return transformation.generate("out.xml");
+ return transformation.generate("out.xml", {
+ {"test", "42"}
+ });
}