🐛 remove 3 backticks messing the hover (#12273)

# Description

The hover was bugged with 3 backticks. I don't understand how it worked
before, but this apparently now works correctly on my machine. This is
really puzzling. My next step is to make a test to assert this will
break a little less. I fixed it 3 times in the past

# Tests + Formatting

Added a test to be sure this doesn't breaks again 😄 (at least from
nushell/nushell side)
This commit is contained in:
Auca Coyan
2024-03-24 16:15:01 -03:00
committed by GitHub
parent 4ddc35cdad
commit b3721a24fa
3 changed files with 34 additions and 3 deletions

View File

@ -2,3 +2,5 @@
def hello [] {}
hello
[""] | str join