You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zk/tests/issue-170.tesh

23 lines
362 B
Plaintext

# Wiki links in subdirectories are broken
# https://github.com/zk-org/zk/issues/170
$ cd blank-slug
$ touch one.md
$ echo "[[one]]" > two.md
$ mkdir my_dir
$ echo "[[one]]" > my_dir/three.md
$ zk list -qfpath
>my_dir/three.md
>one.md
>two.md
$ zk list --link-to one.md -qfpath
>my_dir/three.md
>two.md
$ zk list --linked-by my_dir/three.md -qfpath
>one.md