From 562848a96eacc4bd45ac64a7a057a0d400c9f106 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 3 Jul 2012 00:39:41 +0200 Subject: [PATCH] tex2lyx: update a command Parser.cpp: improve a command as discussed --- src/tex2lyx/Parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tex2lyx/Parser.cpp b/src/tex2lyx/Parser.cpp index e8337f489c..0cadab9e34 100644 --- a/src/tex2lyx/Parser.cpp +++ b/src/tex2lyx/Parser.cpp @@ -399,7 +399,7 @@ Parser::Arg Parser::getFullArg(char left, char right) putback(); return make_pair(false, string()); } else { - // for \verb a single '\' is allowed no matter what the delimiter is + // a single '\' is only allowed within \verb, no matter what the delimiter is, // for example "\verb+\+" (reported as bug #4468) // To support this, we allow single '\' if it is the only character // within equal delimiters -- 2.39.5