1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
libpsyc/pike/parsetest.pike
2011-06-12 12:52:27 +02:00

11 lines
219 B
Text

int main() {
.Parser p = Parser();
p->feed(":_source\tpsyc://test.psyc.eu/~foo\n"
":_target\tpsyc://test2.psyc.eu/~bar\n"
":_tag\tf00b4rb4z\n"
"\n"
":_foo\tbar\n"
"_message_private\n"
"OHAI\n"
"|\n");
}