File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/Elastic.Markdown.Tests/Inline Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ [Heading inside dropdown](testing/req.md#heading-inside-dropdown)
166166 public void GeneratesHtml ( ) =>
167167 // language=html
168168 Html . Should ( ) . Contain (
169- """<a href="testing/req.html #heading-inside-dropdown">Heading inside dropdown</a>"""
169+ """<a href="testing/req#heading-inside-dropdown">Heading inside dropdown</a>"""
170170 ) ;
171171
172172 [ Fact ]
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ [Sub Requirements](testing/req.md#custom-anchor)
203203 public void GeneratesHtml ( ) =>
204204 // language=html
205205 Html . Should ( ) . Contain (
206- """<p><a href="testing/req.html #custom-anchor">Sub Requirements</a></p>"""
206+ """<p><a href="testing/req#custom-anchor">Sub Requirements</a></p>"""
207207 ) ;
208208
209209 [ Fact ]
You can’t perform that action at this time.
0 commit comments