Skip to content

Commit 5e99e7f

Browse files
committed
Merge branch 'develop'
2 parents 1b1303b + 480dbd8 commit 5e99e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown/src/test/kotlin/co/anitrend/support/markdown/image/ImagePluginTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ class ImagePluginTest : ICoreRegexTest {
3636
val matchResultSet = plugin.regex.findAll(testCase, 0)
3737

3838
val actual = matchResultSet.count()
39-
assertEquals(7, actual)
39+
assertEquals(6, actual)
4040
}
4141
}

0 commit comments

Comments
 (0)