Skip to content

Commit

Permalink
Fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yuin committed Dec 20, 2019
1 parent e017109 commit 2aab93e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions extension/_test/table.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,5 @@ Foo|Bar
<td>Dyne</td>
</tr>
</tbody>
</table>
//= = = = = = = = = = = = = = = = = = = = = = = =//
2 changes: 2 additions & 0 deletions util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ func FindClosure(bs []byte, opener, closure byte, codeSpan, allowNesting bool) i
if bs[i] == '`' {
codeSpanCloser++
} else {
i--
break
}
}
Expand All @@ -276,6 +277,7 @@ func FindClosure(bs []byte, opener, closure byte, codeSpan, allowNesting bool) i
if bs[i] == '`' {
codeSpanOpener++
} else {
i--
break
}
}
Expand Down

0 comments on commit 2aab93e

Please sign in to comment.