diff --git a/test.py b/test.py index 7ba3775..a650c4a 100755 --- a/test.py +++ b/test.py @@ -1753,6 +1753,11 @@ class Anon_Trigger_Simple(_AnonBase): keys = "abc" + EA wanted = "simple expand" +class Anon_Trigger_Twice(_AnonBase): + args = '"simple expand", "abc"' + keys = "abc" + EA + "\nabc" + EX + wanted = "simple expand\nabc" + EX + class Anon_Trigger_Opts(_AnonBase): args = '"simple expand", ".*abc", "desc", "r"' keys = "blah blah abc" + EA