Skip to content

Commit e6aa9e5

Browse files
committed
correct test to expect float
1 parent 564a109 commit e6aa9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docs/smoke-all/2022/12/9/jats/example.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ _quarto:
110110
- '<xref alt="2013" rid="ref-Schubert13" ref-type="bibr">2013</xref>' #cite
111111
- '<fig id="fig-line">[\s\S]*?<graphic.*?>[\s\S]*?<\/fig>' # regular figure
112112
- '<table-wrap>[\s\S]*?<caption>[\s\S]*?<\/caption>[\s\S]*?<table>[\s\S]*?<\/table>[\s\S]*?<\/table-wrap>' #table
113-
- '<fig id="fig-foobar">[\s\S]*?<\/fig>' # custom figure div
113+
- '<fig id="fig-foobar" position="float">[\s\S]*?<\/fig>' # custom figure div
114114
---
115115

116116
## Introduction {#sec-introduction}

0 commit comments

Comments
 (0)