exercism/go

Define more test cases for resistor color

rootulp opened this issue · 1 comments

Context

var colorCodeTestCases = []colorCodeTestCase{
{
description: "Black",
input: "black",
expected: 0,
},
{
description: "White",
input: "white",
expected: 9,
},
{
description: "Orange",
input: "orange",
expected: 3,
},
}

Problem

These test cases aren't exhaustive. There are several colors described in the exercise that aren't tested here.

Hello. Thanks for opening an issue on Exercism 🙂

At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories.

This issue will be automatically closed. Please use this link to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you!

If you're interested in learning more about this auto-responder, please read this blog post.