From 190369bae68b312a134d7a5dd792b1522b727c29 Mon Sep 17 00:00:00 2001 From: JonathanSteininger Date: Thu, 15 May 2025 23:08:11 +1200 Subject: [PATCH] fixed typo. --- tests/config/config.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config/config.conf b/tests/config/config.conf index 1401bcf..fcbf620 100644 --- a/tests/config/config.conf +++ b/tests/config/config.conf @@ -29,7 +29,7 @@ testImbeddedEscapedExpression = $ESCAPED_TEXT $MOVING_VAR = 1000 $DYNAMIC_EXPRESSION = moved: {{$MOVING_VAR / 2}} expr: \{{$MOVING_VAR / 2}} -testDynamicEscapedExpression = \{{ $DYMAMIC_EXPRESSION }} +testDynamicEscapedExpression = \{{ $DYNAMIC_EXPRESSION }} testEnv = $SHELL