Skip to content

Commit 69e880a

Browse files
authored
Fixed "skip headers" test
1 parent 1ee0be8 commit 69e880a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ load test_helper
5151
assert_equal "${lines[14]}" "* [Docker](#docker)"
5252
assert_equal "${lines[15]}" " * [Local](#local)"
5353
assert_equal "${lines[16]}" " * [Public](#public)"
54-
assert_equal "${lines[17]}" "Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)"
54+
assert_equal "${lines[17]}" "<!-- Created by https://github.com/ekalinin/github-markdown-toc -->"
5555

5656
}
5757
@test "TOC for remote README.md" {

0 commit comments

Comments
 (0)