mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01: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:
|
matches:
|
||||||
- replace: It's {{currentdate}} {{currenttime}}
|
- replace: It's {{currentdate}} {{currenttime}}
|
||||||
trigger: :now
|
trigger: :now
|
||||||
- replace: 'line1
|
- replace: "line1\nline2"
|
||||||
|
|
||||||
line2'
|
|
||||||
trigger: :hello
|
trigger: :hello
|
||||||
- regex: :hi(?P<person>.*)\.
|
- regex: :hi(?P<person>.*)\.
|
||||||
replace: Hi {{person}}!
|
replace: Hi {{person}}!
|
||||||
|
|
Loading…
Reference in a new issue