File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -282,15 +282,15 @@ GET /t
282282 }
283283-- - request
284284GET / t
285- -- - response_body
286- 1 : subscribe dog: [" subscribe" ," dog" ,1 ]
287- 1 : subscribe cat : [" subscribe" ," cat" ,2 ]
285+ -- - response_body_like chop
286+ ^ 1 : subscribe dog: \ [" subscribe" ," dog" ,1 \ ]
287+ 1 : subscribe cat : \ [" subscribe" ," cat" ,2 \ ]
2882882 : publish: 1
289- 1 : receive: [" message" ," dog" ," Hello" ]
289+ 1 : receive: \ [" message" ," dog" ," Hello" \ ]
2902901 : failed to read reply: timeout
291- 1 : unsubscribe: [" unsubscribe" ," cat" ,1 ]
292- 1 : receive: [" unsubscribe" ," dog" ,0 ]
293- 1 : failed to read reply: not subscribed
291+ 1 : unsubscribe: \ [" unsubscribe" ," (?: cat|dog) " ,1 \ ]
292+ 1 : receive: \ [" unsubscribe" ," (?: dog|cat) " ,0 \ ]
293+ 1 : failed to read reply: not subscribed$
294294
295295-- - no_error_log
296296[error]
You can’t perform that action at this time.
0 commit comments