Skip to content

Commit

Permalink
test: fix silly regression
Browse files Browse the repository at this point in the history
  • Loading branch information
lervag committed Apr 28, 2024
1 parent 7845b5d commit 18caede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-quickfix/test-latexlog.vim
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ for s:expect in [
\ {'lnum': 0, 'type': 'E', 'text': "Runaway argument?\n{\\sqrt {{1}} \\end {equation} \\par \\end {document} \nFile ended while scanning use of \\frac ."},
\ {'lnum': 0, 'type': 'E', 'text': 'Runaway argument?'},
\ {'lnum': 16, 'type': 'E', 'text': 'Paragraph ended before \date was complete.'},
\ {'lnum': 0, 'type': 'E', 'text': 'There is no ^^A (U+0001) in font [lmroman10-regular]:+tlig;!'},
\ {'lnum': 11, 'type': 'E', 'text': "Undefined control sequence.\n\\cdashline"},
\]
call assert_equal(s:expect.lnum, s:qf[s:n].lnum, 'Failed at index ' . s:n)
Expand Down

0 comments on commit 18caede

Please sign in to comment.