mirror of
https://github.com/nix-community/home-manager
synced 2024-11-21 20:23:08 +00:00
espanso: fix test failure
This commit is contained in:
parent
d37f154dba
commit
a46e702093
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ global_vars:
|
|||
matches:
|
||||
- replace: It's {{currentdate}} {{currenttime}}
|
||||
trigger: :now
|
||||
- replace: "line1\nline2"
|
||||
- replace: 'line1
|
||||
|
||||
line2'
|
||||
trigger: :hello
|
||||
- regex: :hi(?P<person>.*)\.
|
||||
replace: Hi {{person}}!
|
||||
|
|
Loading…
Reference in a new issue