Fix a "make check" failure, by restoring the dollar-1 test to its

state before a70e708 as that change is no longer needed after 2790fd6.
This commit is contained in:
Giles Atkinson 2023-09-25 18:00:50 +01:00 committed by Holger Vogt
parent 2790fd68bb
commit a5704c8453
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ v1 1 0 dc = 0
.control
set foo = ""
echo "TEST:" ">{$foo}< should be >{}<"
echo "TEST:" ">{$foo}< should be ><"
set foo = ( 1 2 3 )
set bar = 2

View File

@ -1,7 +1,7 @@
Circuit: test for regression of already fixed bugs
TEST: >{}< should be >{}<
TEST: >< should be ><
TEST: >1< should be >1<
TEST: >2< should be >2<
TEST: 1 2 3 baz bar