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