Skip to content

Commit

Permalink
A few more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed May 17, 2021
1 parent f1bb432 commit f0d223e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/resolve_directories_in_nav/test_keeps_original_nav.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
nav:
- hi-hi: /ho-ho
- test: test/
- sub:
- Test: foo.md
files: {}
nav_file_name: SUMMARY.md
output:
- hi-hi: /ho-ho
- test: test/
- sub:
- Test: foo.md
8 changes: 8 additions & 0 deletions tests/resolve_directories_in_nav/test_nav_and_literate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
files:
SUMMARY.md: |
* [Hi](ho.md)
nav:
- foo.md
output:
- Hi: ho.md
nav_file_name: SUMMARY.md

0 comments on commit f0d223e

Please sign in to comment.