mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
bench: fixed packet errors
This commit is contained in:
parent
9fc09724b0
commit
28cf5d3765
3 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
.PHONY: doc test
|
.PHONY: doc test bench
|
||||||
|
|
||||||
all:
|
all:
|
||||||
${MAKE} -C src
|
${MAKE} -C src
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
["message",{"from":"juliet@example.com/balcony',"to":"romeo@example.net",
|
["message",{"from":"juliet@example.com/balcony","to":"romeo@example.net",
|
||||||
"subject":"I implore you with a pointless\nnewline in a header variable"},
|
"subject":"I implore you with a pointless\nnewline in a header variable"},
|
||||||
"Wherefore art thou, Romeo?\n|\nAnd for practicing purposes we added a PSYC packet delimiter.]
|
"Wherefore art thou, Romeo?\n|\nAnd for practicing purposes we added a PSYC packet delimiter."]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
:_source psyc://example.com/~juliet
|
:_source psyc://example.com/~juliet
|
||||||
:_target psyc://example.net/~romeo
|
:_target psyc://example.net/~romeo
|
||||||
177
|
173
|
||||||
:_subject 59 I implore you with a pointless
|
:_subject 59 I implore you with a pointless
|
||||||
newline in a header variable
|
newline in a header variable
|
||||||
_message
|
_message
|
||||||
|
|
Loading…
Reference in a new issue