Reformat comments adhere to gofmt

This commit is contained in:
Junegunn Choi
2022-08-12 22:11:15 +09:00
parent 4993d19466
commit f4fd53211a
7 changed files with 20 additions and 45 deletions

View File

@@ -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