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

b2/: new option -dCHARS to dump specific db; replaces use of -v

This commit is contained in:
Werner Almesberger
2012-06-02 05:24:50 -03:00
parent b723c8841a
commit 3ebac688bd
5 changed files with 64 additions and 40 deletions

View File

@@ -9,7 +9,7 @@
###############################################################################
tst "hierarchy: name field" <<EOF
tst "hierarchy: name field" -dh <<EOF
{ X=* };
EOF
@@ -19,7 +19,7 @@ EOF
#------------------------------------------------------------------------------
tst "hierarchy: name set field (correct name)" <<EOF
tst "hierarchy: name set field (correct name)" -dh <<EOF
<abc> = A<B<C;
{ X=<abc> };
EOF
@@ -41,7 +41,7 @@ EOF
#------------------------------------------------------------------------------
tst "hierarchy: absolute value field (with unit)" <<EOF
tst "hierarchy: absolute value field (with unit)" -dh <<EOF
{ X=#foo };
EOF
@@ -51,7 +51,7 @@ EOF
#------------------------------------------------------------------------------
tst "hierarchy: absolute value field (without unit)" <<EOF
tst "hierarchy: absolute value field (without unit)" -dh <<EOF
{ X=## };
EOF
@@ -71,7 +71,7 @@ EOF
#------------------------------------------------------------------------------
tst "hierarchy: relative value field (correct name)" <<EOF
tst "hierarchy: relative value field (correct name)" -dh <<EOF
{ X=#foo Y=%X };
EOF