diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2022-08-12 22:11:15 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2022-08-12 22:11:15 +0900 |
| commit | f4fd53211a9e3964818c2069aeff5464a679079f (patch) | |
| tree | 3674d22dd64a6930840db899cf7f6f5a22c816e2 /src/terminal_test.go | |
| parent | 4993d19466d5f3ac127de5c0c461cde7ef1894d7 (diff) | |
| download | fzf-f4fd53211a9e3964818c2069aeff5464a679079f.tar.gz | |
Reformat comments adhere to gofmt
Diffstat (limited to 'src/terminal_test.go')
| -rw-r--r-- | src/terminal_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/terminal_test.go b/src/terminal_test.go index ee19b674..ebb6bda5 100644 --- a/src/terminal_test.go +++ b/src/terminal_test.go @@ -421,10 +421,10 @@ func TestPowershellCommands(t *testing.T) { } /* - Test typical valid placeholders and parsing of them. +Test typical valid placeholders and parsing of them. - Also since the parser assumes the input is matched with `placeholder` regex, - the regex is tested here as well. +Also since the parser assumes the input is matched with `placeholder` regex, +the regex is tested here as well. */ func TestParsePlaceholder(t *testing.T) { // give, want pairs |
