Fix a "make check" failure, by restoring the dollar-1 test to its
state beforea70e708as that change is no longer needed after2790fd6.
This commit is contained in:
parent
2790fd68bb
commit
a5704c8453
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue