mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
12 lines
219 B
Text
12 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");
|
||
|
}
|