forked from starnakin/IronGOLEM
add: strchri
This commit is contained in:
8
tests/strchri.🗿
Normal file
8
tests/strchri.🗿
Normal file
@ -0,0 +1,8 @@
|
||||
main()
|
||||
{
|
||||
name = "strchri";
|
||||
|
||||
test_int(strchri("bozoman", 'm'), 4, "");
|
||||
test_int(strchri("bozoman", 'v'), 0 - 1, "");
|
||||
test_int(strchri("", 'v'), 0 - 1, "");
|
||||
}
|
Reference in New Issue
Block a user