From 235cf24518ca40bec59b497a416d9831db12eaa3 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Thu, 8 Jan 2015 21:30:31 +0100 Subject: further extended example to include annotations (emphasized and strong). The DemoOutput for that is still missing, though. convenience build functions have also been implemented in Document.cpp. --- test/plugins/html/DemoOutputTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/plugins/html') diff --git a/test/plugins/html/DemoOutputTest.cpp b/test/plugins/html/DemoOutputTest.cpp index 471ccc3..36b53b4 100644 --- a/test/plugins/html/DemoOutputTest.cpp +++ b/test/plugins/html/DemoOutputTest.cpp @@ -45,6 +45,8 @@ TEST(DemoHTMLTransformer, writeHTML) model::constructHeadingDomain(mgr, sys, bookDom, logger); Rooted listDom = model::constructListDomain(mgr, sys, bookDom, logger); + Rooted emDom = + model::constructEmphasisDomain(mgr, sys, logger); // Construct the document. Rooted doc = model::constructAdvancedDocument(mgr, bookDom, headingDom, listDom); -- cgit v1.2.3