mirror of
https://github.com/nix-community/home-manager
synced 2024-11-21 20:23:08 +00:00
espanso: fix test for nixpkgs update
Recent nixpkgs update made a small change how YAML is generated, causing the test YAML to be out of date. The replacement match is also an exact example from the espanso wiki https://espanso.org/docs/matches/basics/#multi-line-expansions.
This commit is contained in:
parent
7e42a37bf7
commit
ee8ff6d53f
1 changed files with 1 additions and 3 deletions
|
@ -10,9 +10,7 @@ global_vars:
|
|||
matches:
|
||||
- replace: It's {{currentdate}} {{currenttime}}
|
||||
trigger: :now
|
||||
- replace: 'line1
|
||||
|
||||
line2'
|
||||
- replace: "line1\nline2"
|
||||
trigger: :hello
|
||||
- regex: :hi(?P<person>.*)\.
|
||||
replace: Hi {{person}}!
|
||||
|
|
Loading…
Reference in a new issue