Skip to content

Commit

Permalink
Remove mdcat (archived repo)
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmitt committed Jan 25, 2025
1 parent 85abce3 commit f55170f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/gh-r.zunit
Original file line number Diff line number Diff line change
Expand Up @@ -534,11 +534,6 @@
run "$mdbook" --version;
assert $state equals 127; assert $output contains 'no such file or directory'
}
@test 'mdcat' { # cat for markdown
run zinit for @swsnr/mdcat; assert $state equals 0
local mdcat="$ZBIN/mdcat"; assert "$mdcat" is_executable
run "$mdcat" --version; assert $state equals 0
}
@test 'micro' { # A modern and intuitive terminal-based text editor
run zinit for @zyedidia/micro; assert $state equals 0
local micro="$ZBIN/micro"; assert "$micro" is_executable
Expand Down

0 comments on commit f55170f

Please sign in to comment.