1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

b2/: insert a virtual empty hierarchy if test input starts with other file

Also updated the regression tests that explicitly provided an empty
hierarchy.
This commit is contained in:
Werner Almesberger
2012-06-02 20:42:49 -03:00
parent 3027daca18
commit d1593b6681
4 changed files with 6 additions and 14 deletions

View File

@@ -4,7 +4,6 @@
###############################################################################
tst "currency: one currency" <<EOF
; /* no hierarchy */
!-x
GBP USD 0.615219
EOF
@@ -15,7 +14,6 @@ EOF
#------------------------------------------------------------------------------
tst "currency: two currencies" <<EOF
; /* no hierarchy */
!-x
EUR USD 1.3214 GBP 1.62542
GBP USD 0.615219
@@ -27,7 +25,6 @@ EOF
#------------------------------------------------------------------------------
tst_fail "currency: duplicate currency" <<EOF
; /* no hierarchy */
!-x
GBP USD 0.615219
GBP USD 0.615219
@@ -40,7 +37,6 @@ EOF
#------------------------------------------------------------------------------
tst_fail "currency: duplicate exchange rate" <<EOF
; /* no hierarchy */
!-x
EUR USD 1.3214 USD 1.3214
EOF