Add failing testcase for files with underscores

This commit is contained in:
Nick Groenen 2021-02-15 19:41:27 +01:00
parent 2635cdb3a7
commit 138965a764
No known key found for this signature in database
GPG Key ID: 4F0AD019928AE098
3 changed files with 7 additions and 0 deletions

View File

@ -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]]`
````

View 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.

View File

@ -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]]`
```