]> git.lyx.org Git - features.git/commit
Fix writer2latex quote handling (bug #8903)
authorGeorg Baum <baum@lyx.org>
Wed, 11 Dec 2013 20:54:26 +0000 (21:54 +0100)
committerGeorg Baum <baum@lyx.org>
Wed, 11 Dec 2013 20:54:26 +0000 (21:54 +0100)
commit99cdabd206aeb836a08a4db4a10980da4ce5e1b9
treefc0df483dbbc94d975df65e41b9c4ae395ef8996
parentbbdff9996fe6dbf246c2d392c87da3bbe19b9895
Fix writer2latex quote handling (bug #8903)

writer2latex surrounds quotes by braces which we skip to avoid useless ERT.
I broke this in 25fe87e5 which made Parser::next_next_token() not recognize
that it needed to parse one more token. If we had a unit test for the Parser
class it would probably have detected that. Now we have at least a test for
the special quote.
src/tex2lyx/Parser.cpp
src/tex2lyx/test/test-insets.lyx.lyx
src/tex2lyx/test/test-insets.tex