]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Parser.cpp
Fix #10778 (issue with CJK and language nesting)
[lyx.git] / src / tex2lyx / Parser.cpp
index 7a9fff137265009a5b6a991e4d65c3bcd5741745..69e3460f459de17c1ccc6f15b564eeac8589af69 100644 (file)
@@ -704,7 +704,7 @@ string Parser::verbatimOption()
                                putback();
                                res += '{' + verbatim_item() + '}';
                        } else
-                               res += t.cs();
+                               res += t.asInput();
                }
        }
        return res;