mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 10:23:52 +01:00
b3721a24fa
# 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)
7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
# Renders some greeting message
|
|
def hello [] {}
|
|
|
|
hello
|
|
|
|
[""] | str join
|