mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-08-23 19:33:15 +08:00
tests: fix relative links in tests/README.md
test-highlighting.zsh and test-perfs.zsh were linked as tests/test-*.zsh, but this file already lives in tests/, so the links resolved to tests/tests/test-*.zsh and 404'd. Found by pointing a markdown link-checker at the repo.
This commit is contained in:
committed by
Matthew Martin
parent
c4d9559184
commit
2fc57d6306
@@ -86,7 +86,7 @@ grow ways to set `$PREBUFFER` to inject free-form code into the generated file.
|
||||
Highlighting test
|
||||
-----------------
|
||||
|
||||
[`test-highlighting.zsh`](tests/test-highlighting.zsh) tests the correctness of
|
||||
[`test-highlighting.zsh`](test-highlighting.zsh) tests the correctness of
|
||||
the highlighting. Usage:
|
||||
|
||||
```zsh
|
||||
@@ -110,7 +110,7 @@ results (tests that failed but were expected to succeed, or vice-versa), run
|
||||
Performance test
|
||||
----------------
|
||||
|
||||
[`test-perfs.zsh`](tests/test-perfs.zsh) measures the time spent doing the
|
||||
[`test-perfs.zsh`](test-perfs.zsh) measures the time spent doing the
|
||||
highlighting. Usage:
|
||||
|
||||
```zsh
|
||||
|
||||
Reference in New Issue
Block a user