Skip to content

Commit

Permalink
fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
logrusorgru committed Jan 21, 2018
1 parent b0f2a24 commit ca24023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion value_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func TestValue_Format(t *testing.T) {
t.Errorf("Format: want %q, got %q", want, got)
}
//
const utf8Verb = "%+1.3世" // verb that fit more then 1 byte
var utf8Verb = "%+1.3世" // verb that fit more then 1 byte
got = fmt.Sprintf(utf8Verb, v)
want = "\033[31m" + fmt.Sprintf(utf8Verb, 3.14) +
"\033[0m\033[44m"
Expand Down

0 comments on commit ca24023

Please sign in to comment.