Last active
May 31, 2017 15:14
-
-
Save haru01/a6a40c882a86e3fbc4e52546b0a0149f to your computer and use it in GitHub Desktop.
2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| func TestToRoma(t *testing.T) { | |
| if got, want := ToRoman(1), "I"; got != want { | |
| t.Errorf("Fail ToRoman(1): got %s want I", got) | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment