Skip to content

Commit c014a44

Browse files
committed
fix typo
1 parent cb72761 commit c014a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/latexparsing_t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ void LatexParsingTest::test_getArg2_data() {
721721
<< (QList<int>()<<0)
722722
<< (QStringList() <<"hyperref");
723723
// issue 2843
724-
QTest::newRow("text command, multi-line with keyval") << "\documentclass[xcolor={table,\nsvgnames}]{beamer}"
724+
QTest::newRow("text command, multi-line with keyval") << "\\documentclass[xcolor={table,\nsvgnames}]{beamer}"
725725
<< (ATypes() <<ArgumentList::Mandatory)
726726
<< (QList<int>()<<0)
727727
<< (QStringList() <<"beamer");

0 commit comments

Comments
 (0)