Check a very simple format string
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15590 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -233,6 +233,12 @@ test_length (void)
|
|||||||
return ch != 'a';
|
return ch != 'a';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static int
|
||||||
|
test_simple (void)
|
||||||
|
{
|
||||||
|
return try("");
|
||||||
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc, char **argv)
|
main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
@@ -245,5 +251,7 @@ main (int argc, char **argv)
|
|||||||
#endif
|
#endif
|
||||||
ret += test_null ();
|
ret += test_null ();
|
||||||
ret += test_length ();
|
ret += test_length ();
|
||||||
|
ret += test_simple();
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user