var testDigit … var testLetter … func TestDigit(t *testing.T) { … } // Test that the special case in IsDigit agrees with the table func TestDigitOptimization(t *testing.T) { … }
var testDigit … var testLetter … func TestDigit(t *testing.T) { … } // Test that the special case in IsDigit agrees with the table func TestDigitOptimization(t *testing.T) { … }