Skip to content

Commit

Permalink
[tests] Os_StrIsNum: test numbers with sign
Browse files Browse the repository at this point in the history
  • Loading branch information
cgzones committed Apr 24, 2014
1 parent f4e1c5f commit 45df710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/test_os_regex.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ START_TEST(test_fail_strisnum)
char *tests[] = {
"test",
"1234e",
"-1",
"+1",
NULL,
};

Expand Down

0 comments on commit 45df710

Please sign in to comment.