escape ( and )
This commit is contained in:
@@ -45,3 +45,11 @@ def test_sold():
|
||||
'listed for 18 chaos in Ritual (stash tab "$"; position: left 22, top 5)'
|
||||
message = data.Message.from_text(text)
|
||||
sendkeys.send_to_format('sold', message)
|
||||
|
||||
|
||||
def test_ty_wo_trade():
|
||||
conf = config.read_config(r'config.yaml')
|
||||
data.compile_regex(conf)
|
||||
text = '2021/03/08 23:24:52 17931875 bb3 [INFO Client 1492] @From Sinusal: Hi, how are you doing? '
|
||||
message = data.Message.from_text(text)
|
||||
sendkeys.send_to_format('ty', message)
|
||||
Reference in New Issue
Block a user