Browse Source

further testing with invalid input

main
fdai7184 2 years ago
parent
commit
382f00ca8f
  1. 4
      test/test_input.c

4
test/test_input.c

@ -53,4 +53,8 @@ void test_testn(void){
TEST_ASSERT_EQUAL_CHAR('n', result);
}
void test_testg(void){
char result = getTInput('g');
TEST_ASSERT_EQUAL_CHAR('n', result);
}
Loading…
Cancel
Save