mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
=== Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 2", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
This commit is contained in:
parent
820c2bc0fd
commit
83ef031922
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ func Test_underlineLinks(t *testing.T) {
|
||||||
expectedResult: "\x1b]8;;https://example.com\x1b\\https://example.com\x1b]8;;\x1b\\",
|
expectedResult: "\x1b]8;;https://example.com\x1b\\https://example.com\x1b]8;;\x1b\\",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "link preceeded and followed by text",
|
name: "link preceded and followed by text",
|
||||||
text: "bla https://example.com xyz",
|
text: "bla https://example.com xyz",
|
||||||
expectedResult: "bla \x1b]8;;https://example.com\x1b\\https://example.com\x1b]8;;\x1b\\ xyz",
|
expectedResult: "bla \x1b]8;;https://example.com\x1b\\https://example.com\x1b]8;;\x1b\\ xyz",
|
||||||
},
|
},
|
||||||
|
|
|
@ -10,7 +10,7 @@ var usersFileContent = `package main
|
||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// TODO: verify that this actuall works
|
// TODO: verify that this actually works
|
||||||
fmt.Println("hello world")
|
fmt.Println("hello world")
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue