Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/check_nick.c

    reded1f7 r2c7df62  
    1515                "thisisave:ryveryveryverylongnick",
    1616                "t::::est",
    17                 "test123",
    18                 "123test",
    19                 "123",
    2017                NULL };
    2118        const char *expected[] = { "test", "test", "test",
     
    2320                "thisisaveryveryveryveryl",
    2421                "test",
    25                 "test123",
    26                 "_123test",
    27                 "_123",
    2822                NULL };
    2923
     
    4135START_TEST(test_nick_ok_ok)
    4236{
    43         const char *nicks[] = { "foo", "bar123", "bla[", "blie]", "BreEZaH",
    44                                 "\\od^~", "_123", "_123test", NULL };
     37        const char *nicks[] = { "foo", "bar", "bla[", "blie]",
     38                                    "BreEZaH", "\\od^~", NULL };
    4539        int i;
    4640
     
    5549{
    5650        const char *nicks[] = { "thisisaveryveryveryveryveryveryverylongnick",
    57                                     "\nillegalchar", "", "nick%", "123test", NULL };
     51                                    "\nillegalchar", "", "nick%", NULL };
    5852        int i;
    5953
Note: See TracChangeset for help on using the changeset viewer.