Skip to content

Commit

Permalink
Disebling test functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdish-15 committed Jan 17, 2025
1 parent 1683a62 commit a733e7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/practice/reverse-string/test_reverse_string.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ static void test_an_even_sized_word(void)
test_reverse("drawer", "reward");
}

#if 0
static void test_wide_characters(void)
{
test_reverse("子猫", "猫子");
Expand All @@ -64,6 +65,7 @@ static void test_grapheme_clusters(void)
{
test_reverse("ผู้เขียนโปรแกรม", "มรกแรปโนยขีเผู้");
}
#endif

int main(void)
{
Expand Down

0 comments on commit a733e7a

Please sign in to comment.