diff options
author | kjeremy <[email protected]> | 2021-06-18 19:36:12 +0100 |
---|---|---|
committer | kjeremy <[email protected]> | 2021-06-18 19:36:12 +0100 |
commit | e0e694620c4aa046b06f8d4a3943c2072b769aec (patch) | |
tree | 4cb44a559295d40dd8e395e175f4a84cdec426c5 /crates/ide/src | |
parent | a1aba2e8cc472fd6d2ec51e219a68d5489474139 (diff) |
Update test
Diffstat (limited to 'crates/ide/src')
-rw-r--r-- | crates/ide/src/hover.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/hover.rs b/crates/ide/src/hover.rs index 409f81ca0..3c3de3ffd 100644 --- a/crates/ide/src/hover.rs +++ b/crates/ide/src/hover.rs | |||
@@ -2258,7 +2258,7 @@ pub fn fo$0o() {} | |||
2258 | case 13. collapsed link: foo | 2258 | case 13. collapsed link: foo |
2259 | case 14. shortcut link: foo | 2259 | case 14. shortcut link: foo |
2260 | case 15. inline without URL: foo | 2260 | case 15. inline without URL: foo |
2261 | case 16. just escaped text: \[foo] | 2261 | case 16. just escaped text: \[foo\] |
2262 | case 17. inline link: Foo | 2262 | case 17. inline link: Foo |
2263 | 2263 | ||
2264 | [^example]: https://www.example.com/ | 2264 | [^example]: https://www.example.com/ |