aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/tests
diff options
context:
space:
mode:
authorMarvin W <git@larma.de>2020-06-27 11:23:48 +0200
committerMarvin W <git@larma.de>2020-06-28 11:53:43 +0200
commit48964bc5cca6e56cd7fc745b1a4a9ae5d34f0772 (patch)
tree8800df708651f4c7b1628f147b5441560f67218e /xmpp-vala/tests
parent8f8018ec81d4ea6e6a5e2f3d811daa57a31f6122 (diff)
downloaddino-48964bc5cca6e56cd7fc745b1a4a9ae5d34f0772.tar.gz
dino-48964bc5cca6e56cd7fc745b1a4a9ae5d34f0772.zip
Don't strip() at XML layer
Diffstat (limited to 'xmpp-vala/tests')
-rw-r--r--xmpp-vala/tests/stanza.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpp-vala/tests/stanza.vala b/xmpp-vala/tests/stanza.vala
index 19baef49..17cd8317 100644
--- a/xmpp-vala/tests/stanza.vala
+++ b/xmpp-vala/tests/stanza.vala
@@ -37,7 +37,7 @@ class StanzaTest : Gee.TestCase {
<message from='laurence@example.net/churchyard'
to='juliet@example.com'
xml:lang='en'>
- <body>I'll send a friar with speed, to Mantua, with my letters to thy lord.</body>
+ <body> I'll send a friar with speed, to Mantua, with my letters to thy lord.</body>
</message>
</stream:stream>
""";