diff options
author | Kim Alvefur <zash@zash.se> | 2019-12-19 16:22:12 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-12-19 16:22:12 +0100 |
commit | 228ec67d9790822defd4cf7d64bb1de6f479f0aa (patch) | |
tree | ec7c6ff1d0fc975a007e8d988a2b93343554e999 /spec/scansion/basic_message.scs | |
parent | 173990157fad6d4507e8ce2dc214e7bf35a17822 (diff) | |
download | prosody-228ec67d9790822defd4cf7d64bb1de6f479f0aa.tar.gz prosody-228ec67d9790822defd4cf7d64bb1de6f479f0aa.zip |
scansion: Trim trailing whitespace in tests
Diffstat (limited to 'spec/scansion/basic_message.scs')
-rw-r--r-- | spec/scansion/basic_message.scs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/scansion/basic_message.scs b/spec/scansion/basic_message.scs index fb21c465..1258dbf5 100644 --- a/spec/scansion/basic_message.scs +++ b/spec/scansion/basic_message.scs @@ -79,7 +79,7 @@ Juliet's phone receives: <message from="${Romeo's full JID}" type="chat"> <body>Hello Juliet, are you there?</body> <delay xmlns='urn:xmpp:delay' from='localhost' stamp='{scansion:any}' /> - </message> + </message> # Romeo sends another bare-JID message, it should be delivered # instantly to Juliet's phone @@ -92,7 +92,7 @@ Romeo sends: Juliet's phone receives: <message from="${Romeo's full JID}" type="chat"> <body>Oh, hi!</body> - </message> + </message> # Juliet's laptop goes online, but with a negative priority @@ -122,7 +122,7 @@ Romeo sends: Juliet's phone receives: <message from="${Romeo's full JID}" type="chat"> <body>How are you?</body> - </message> + </message> # Romeo sends direct to Juliet's full JID, and she should receive it |