Add test to ensure that anon snippets aren't added to the list of snippets.
This commit is contained in:
parent
98b396ff24
commit
1e068f102a
5
test.py
5
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user