标签: expect
在期望的期望块中,如下所示:
expect { "matched_string" {puts "string is matched"} "I want to get strings else" {puts "string is unmatched"} #(1) }
在(1),我想得到与" matched_string"有区别的所有字符串。它与"相同"。我可以用默认或超时解决,但我不想等。
我该怎么办?
非常感谢。