We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e674d commit 7ada7ebCopy full SHA for 7ada7eb
1 file changed
imagex/colorx/colorx_test.go
@@ -28,7 +28,7 @@ func ExampleParseHexColor() {
28
// #000233 = { 0 2 51 255}, <nil>
29
// #023 = { 0 34 51 255}, <nil>
30
// #bAC = {187 170 204 255}, <nil>
31
- // invalid = { 0 0 0 255}, invalid format
+ // invalid = { 0 0 0 0}, invalid format
32
// #abcd = { 0 0 0 255}, invalid format
33
// #-12 = { 0 17 34 255}, invalid format
34
}
0 commit comments