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 8b4bfb3 commit 76b5fc0Copy full SHA for 76b5fc0
test/test_table_row_sep.py
@@ -15,6 +15,6 @@ def plot():
15
16
17
def test():
18
- assert_equality(plot, __file__[:-3] + "_reference.tex", table_row_sep='\\\\\n')
+ assert_equality(plot, __file__[:-3] + "_reference.tex", table_row_sep="\\\\\n")
19
assert_equality(plot, __file__[:-3] + "_reference2.tex")
20
return
0 commit comments