From 3a0fbd0a90ebcb6838baa6feec8acf0f3701d1df Mon Sep 17 00:00:00 2001 From: Dekel Tsur Date: Sat, 18 Aug 2001 12:02:40 +0000 Subject: [PATCH] Eat spaces after \end_inset git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2547 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 4 ++++ src/mathed/math_parser.C | 1 + 2 files changed, 5 insertions(+) diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index fc156b7a1f..4a12615a4d 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,7 @@ +2001-08-18 Dekel Tsur + + * math_parser.C (Parser): Eat spaces after \end_inset + 2001-08-17 Lars Gullik Bjønnes * math_parser.C (tokenize): fix typo diff --git a/src/mathed/math_parser.C b/src/mathed/math_parser.C index e17c420838..cb3eba1f7d 100644 --- a/src/mathed/math_parser.C +++ b/src/mathed/math_parser.C @@ -286,6 +286,7 @@ Parser::Parser(LyXLex & lexer) : lineno_(lexer.getLineNo()), pos_(0), curr_num_(false) { tokenize(lexer.getStream()); + lexer.eatLine(); } -- 2.39.5