✅ update test
This commit is contained in:
parent
67e1a6cf25
commit
5870036619
1 changed files with 6 additions and 0 deletions
|
@ -7,3 +7,9 @@ fn normalise_paths(paths []string) []string {
|
||||||
res.sort()
|
res.sort()
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn test_get_html_filename() {
|
||||||
|
test_path := 'index.md'
|
||||||
|
html_name := get_html_filename(test_path)
|
||||||
|
assert html_name == 'index.html'
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue