Skip to content

Commit d52f451

Browse files
committed
Fix wrong replace string
1 parent 9981109 commit d52f451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/markup/markdown/markdown_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func testAnswers(baseURLContent, baseURLImages string) []string {
156156
</tbody>
157157
</table>
158158
`,
159-
`<p><a href="http://www.excelsiorjet.com/" rel="nofollow">Excelsior JET</a> allows you to create native executables for Windows, Linux and Mac OS db.DefaultContext().Engine().</p>
159+
`<p><a href="http://www.excelsiorjet.com/" rel="nofollow">Excelsior JET</a> allows you to create native executables for Windows, Linux and Mac OS X.</p>
160160
<ol>
161161
<li><a href="https://github.com/libgdx/libgdx/wiki/Gradle-on-the-Commandline#packaging-for-the-desktop" rel="nofollow">Package your libGDX application</a><br/>
162162
<a href="` + baseURLImages + `/images/1.png" rel="nofollow"><img src="` + baseURLImages + `/images/1.png" title="1.png" alt="images/1.png"/></a></li>
@@ -227,7 +227,7 @@ Here are some links to the most important topics. You can find the full list of
227227
| [[images/icon-usage.png]] | [[Usage]] |
228228
`,
229229
// libgdx wiki page: inline images with special syntax
230-
`[Excelsior JET](http://www.excelsiorjet.com/) allows you to create native executables for Windows, Linux and Mac OS db.DefaultContext().Engine().
230+
`[Excelsior JET](http://www.excelsiorjet.com/) allows you to create native executables for Windows, Linux and Mac OS X.
231231
232232
1. [Package your libGDX application](https://github.com/libgdx/libgdx/wiki/Gradle-on-the-Commandline#packaging-for-the-desktop)
233233
[[images/1.png]]

0 commit comments

Comments
 (0)