1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-02 18:02:32 +00:00
This commit is contained in:
PSYC 2011-06-01 00:02:33 +02:00
parent 2646840a52
commit a3560ed43a

View file

@ -474,7 +474,7 @@ mixed list_parse(string val) {
# ifdef SELFTESTS # ifdef SELFTESTS
test() { test() {
list_parse("|psyc://example.symlynX.com/~jim|psyc://example.org/~judy"); list_parse("|psyc://example.net/~jim|psyc://example.org/~judy");
list_parse("5\tabcde|4\tabcd"); list_parse("5\tabcde|4\tabcd");
} }
# endif # endif