@@ -177,35 +177,35 @@ $t.test(‘passing messages to the bot itself’,
177
177
178
178
$ t . test(‘ .tell (normalization, matrix users)’ ,
179
179
“ .tell { $ t . our-nick} [m] whatever” ,
180
- “ { $ t . our-nick} , I'll pass your message to { $ t . our-nick} [m] ” );
180
+ “ { $ t . our-nick} , I'll pass your message to { $ t . our-nick} ” );
181
181
182
182
$ t . test(‘ .tell (normalization, garbage at the end)’ ,
183
183
“ .tell { $ t . our-nick} ``| whatever” ,
184
- “ { $ t . our-nick} , I'll pass your message to { $ t . our-nick} ``| ” );
184
+ “ { $ t . our-nick} , I'll pass your message to { $ t . our-nick} ” );
185
185
186
186
$ t . test(‘ .tell (normalization, garbage at the end, colon)’ ,
187
187
“ .tell { $ t . our-nick} ``|: whatever” ,
188
- “ { $ t . our-nick} , I'll pass your message to { $ t . our-nick} ``| ” );
188
+ “ { $ t . our-nick} , I'll pass your message to { $ t . our-nick} ” );
189
189
190
190
$ t . test(‘ .tell (normalization, garbage at the beginning)’ ,
191
191
“ .tell `|{ $ t . our-nick} whatever” ,
192
- “ { $ t . our-nick} , I'll pass your message to `| { $ t . our-nick} ” );
192
+ “ { $ t . our-nick} , I'll pass your message to { $ t . our-nick} ” );
193
193
194
194
$ t . test(‘ .tell (normalization, garbage at the end and beginning)’ ,
195
195
“ .tell `|{ $ t . our-nick} `| whatever” ,
196
- “ { $ t . our-nick} , I'll pass your message to `| { $ t . our-nick} `| ” );
196
+ “ { $ t . our-nick} , I'll pass your message to { $ t . our-nick} ” );
197
197
198
198
$ t . test(‘ .tell (normalization, hyphens)’ ,
199
199
“ .tell { $ t . our-nick. comb . join : ‘ -’ } whatever” ,
200
- “ { $ t . our-nick} , I'll pass your message to { $ t . our-nick. comb . join : ‘ - ’ } ” );
200
+ “ { $ t . our-nick} , I'll pass your message to { $ t . our-nick} ” );
201
201
202
202
$ t . test(‘ .tell (normalization, numbers)’ ,
203
203
“ .tell { $ t . our-nick} 242134 whatever” ,
204
- “ { $ t . our-nick} , I'll pass your message to { $ t . our-nick} 242134 ” );
204
+ “ { $ t . our-nick} , I'll pass your message to { $ t . our-nick} ” );
205
205
206
206
$ t . test(‘ .tell (normalization, doubled letters)’ ,
207
207
“ .tell { $ t . our-nick. comb . map ({$ _ x 2 }). join } whatever” ,
208
- “ { $ t . our-nick} , I'll pass your message to { $ t . our-nick. comb . map ({ $ _ x 2 }) . join } ” );
208
+ “ { $ t . our-nick} , I'll pass your message to { $ t . our-nick} ” );
209
209
210
210
$ t . test(‘ receiving all messages (normalization)’ ,
211
211
‘ I'm back!’ ,
0 commit comments