]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/test/editor.cc
Now it's possible to insert and delete control sequence with arguments
[helm.git] / helm / DEVEL / mathml_editor / test / editor.cc
index 8ee408a3db41777c1a0c9aa080c5175bf35d7f7e..e12700e3a89662439e5e24db88e698852fb96f90 100644 (file)
@@ -84,6 +84,7 @@ public:
        if (result)
          dirtyId.push_back(std::make_pair(DOM::GdomeString("id"),
                                           DOM::GdomeString("'" + std::string(dirty["id"]) + "'")));
+
        DOM::Document res = style.apply(doc.document(), dirtyId);
        assert(res);
        style.save(doc.document(), stdout);