diff --git a/tests/modules/services/espanso/basic-matches.yaml b/tests/modules/services/espanso/basic-matches.yaml index ba9f8ef84..3cf98c989 100644 --- a/tests/modules/services/espanso/basic-matches.yaml +++ b/tests/modules/services/espanso/basic-matches.yaml @@ -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.*)\. replace: Hi {{person}}!