mirror of
https://github.com/hyprwm/hyprlang.git
synced 2026-05-08 08:58:01 +02:00
fixed typo.
This commit is contained in:
parent
0166497891
commit
190369bae6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue