This commit is contained in:
PSYC 2011-06-01 00:02:33 +02:00
parent 2646840a52
commit a3560ed43a
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ mixed list_parse(string val) {
# ifdef SELFTESTS
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");
}
# endif