mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update tests to match code changes.
This commit is contained in:
parent
b1b5125761
commit
52aac40148
@ -1,4 +1,4 @@
|
||||
.. container:: classname
|
||||
|
||||
text
|
||||
text
|
||||
|
@ -1605,5 +1605,5 @@ def test_latex_nested_tables(app, status, warning):
|
||||
def test_latex_container(app, status, warning):
|
||||
app.builder.build_all()
|
||||
result = (app.outdir / 'python.tex').read_text()
|
||||
assert r'\begin{sphinxclass}{classname}' in result
|
||||
assert r'\end{sphinxclass}' in result
|
||||
assert r'\begin{sphinxuseclass}{classname}' in result
|
||||
assert r'\end{sphinxuseclass}' in result
|
||||
|
Loading…
Reference in New Issue
Block a user