From f7d1468cc0fe4237b702252f9bbaae5ba61b6bfd Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 5 Dec 2010 00:45:11 +0100 Subject: Bug inside the inline code text rule fixed. It turned out that the inline code text rule was not honoring the verbatim constraint either. This issue is now solved. Also, I made the text_p parser more flexible by adding an inherited attribute to it. --- src/parser/document_p.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser/document_p.cpp') diff --git a/src/parser/document_p.cpp b/src/parser/document_p.cpp index 875211c..f4a95e2 100644 --- a/src/parser/document_p.cpp +++ b/src/parser/document_p.cpp @@ -16,5 +16,5 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "document_p.h" document_p::document_p() : document_p::base_type(document_) { - document_ = +text_; + document_ = +text_(ph::val(L"*'`")); } -- cgit v1.2.3-70-g09d2