Skip to content

Commit

Permalink
format authorize_fields_test
Browse files Browse the repository at this point in the history
  • Loading branch information
RollerMatic committed Oct 15, 2024
1 parent 67c88b3 commit 7034b19
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions authorize_fields_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
Copyright (c) Facebook, Inc. and its affiliates.
Expand All @@ -14,18 +13,18 @@ import (

func TestArgsStripCR(t *testing.T) {

tests := []Args {
tests := []Args{

{
"cmd=show",
"cmd-arg=version",
"cmd-arg=<cr>",
},
{
"cmd=show",
"cmd-arg=version",
"cmd-arg=<Cr>",
},
{
"cmd=show",
"cmd-arg=version",
"cmd-arg=<cr>",
},
{
"cmd=show",
"cmd-arg=version",
"cmd-arg=<Cr>",
},
}
expected := "version"
for _, args := range tests {
Expand Down

0 comments on commit 7034b19

Please sign in to comment.