Add failing testcase for files with underscores
This commit is contained in:
parent
2635cdb3a7
commit
138965a764
@ -8,6 +8,8 @@ Link to [pure markdown examples](pure-markdown-examples.md#heading-1).
|
||||
|
||||
Link to [uppercased-note](Uppercased-note.md).
|
||||
|
||||
Link to [\_underscored-note](_underscored-note.md).
|
||||
|
||||
Link within backticks: `[[pure-markdown-examples]]`
|
||||
|
||||
````
|
||||
|
3
tests/testdata/input/main-samples/_underscored-note.md
vendored
Normal file
3
tests/testdata/input/main-samples/_underscored-note.md
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
Older versions of obsidian-export contained a bug where files beginning with an underscore wouldn't get resolved correctly.
|
||||
|
||||
This file, and the link to it in `obsidian-wikilinks.md`, serves as a regression test for this issue.
|
@ -8,6 +8,8 @@ Link to [[pure-markdown-examples#Heading 1|pure markdown examples]].
|
||||
|
||||
Link to [[uppercased-note]].
|
||||
|
||||
Link to [[_underscored-note]].
|
||||
|
||||
Link within backticks: `[[pure-markdown-examples]]`
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user