From f4fd53211a9e3964818c2069aeff5464a679079f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 12 Aug 2022 22:11:15 +0900 Subject: Reformat comments adhere to gofmt --- src/terminal_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/terminal_test.go') 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 -- cgit v1.2.3