Merge branch 'master' of git://git.psyced.org/git/psyced

This commit is contained in:
Gabor Adam Toth 2011-06-18 20:13:28 +02:00
commit 5f4ad18ebd
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