Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
GerbenAaltink committed Sep 28, 2024
1 parent 8939b63 commit 7488ccb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rmatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ void rmatch_test(char *expr, char *text, char **expected)
assert(!expected[expected_index]);
}

#example_one
void example_one()
{
char *str = "testtest";
Expand All @@ -158,7 +157,6 @@ void example_one()
assert(!rmatch_extract(expr, &str));
}

#example_two
void example_two()
{
printf("Testing example two.\n");
Expand All @@ -174,7 +172,6 @@ void example_two()
assert(!result);
}

#tests
void rmatch_tests()
{
// Examples
Expand Down

0 comments on commit 7488ccb

Please sign in to comment.