Skip to content

Commit

Permalink
css/color: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
golightlyb committed Mar 30, 2023
1 parent 904034f commit 6f93b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/color/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestParseColor(t *testing.T) {

// strip trailing zeroes
{
input: "rgb(128 64 10.03500)",
input: "rgb(128 0064 010.03500)",
specified: "rgb(128, 64, 10.035)",
computed: "rgb(128, 64, 10.035)",
ok: true,
Expand Down

0 comments on commit 6f93b4a

Please sign in to comment.