We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb72761 commit c014a44Copy full SHA for c014a44
src/tests/latexparsing_t.cpp
@@ -721,7 +721,7 @@ void LatexParsingTest::test_getArg2_data() {
721
<< (QList<int>()<<0)
722
<< (QStringList() <<"hyperref");
723
// issue 2843
724
- QTest::newRow("text command, multi-line with keyval") << "\documentclass[xcolor={table,\nsvgnames}]{beamer}"
+ QTest::newRow("text command, multi-line with keyval") << "\\documentclass[xcolor={table,\nsvgnames}]{beamer}"
725
<< (ATypes() <<ArgumentList::Mandatory)
726
727
<< (QStringList() <<"beamer");
0 commit comments