From 4e71a72e6c826bee54f2aba55a329c2032a83c66 Mon Sep 17 00:00:00 2001 From: albert-github Date: Fri, 18 May 2018 13:49:40 +0200 Subject: Bug 760661 - \internal stops all parsing if used inside a section In case of state SkipInternal the \endinternal should not be written as the \internal isn't written either. --- src/commentscan.l | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commentscan.l b/src/commentscan.l index de31b2e..4cffd42 100644 --- a/src/commentscan.l +++ b/src/commentscan.l @@ -2038,7 +2038,6 @@ RCSTAG "$"{ID}":"[^\n$]+"$" } } [@\\]"endinternal"[ \t]* { - addOutput("\\endinternal "); BEGIN(Comment); } [^ \\@\n]+ { // skip non-special characters -- cgit v0.12