Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfi committed May 19, 2022
1 parent 73877e3 commit 55f5c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ test_help() {
assert_equal "${lines[6]}" "Options:"
assert_equal "${lines[7]}" " --indent <NUM> Set indent size. Default: 3."
assert_equal "${lines[8]}" " --insert Insert new TOC into original file. For local files only. Default: false."
assert_equal "${lines[10]}" " --no-backup Remove backup file. Set --insert as well. Defaul: false."
assert_equal "${lines[10]}" " --no-backup Remove backup file. Set --insert as well. Default: false."
assert_equal "${lines[11]}" " --hide-footer Do not write date & author of the last TOC update. Set --insert as well. Default: false."
assert_equal "${lines[12]}" " --skip-header Hide entry of the topmost headlines. Default: false."
assert_equal "${#lines[@]}" "14"
Expand Down

0 comments on commit 55f5c6d

Please sign in to comment.