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

dump.c: add dumping of %iprint

This commit is contained in:
Werner Almesberger
2014-02-15 18:08:26 -03:00
parent 1bc94d0445
commit 1d7eccb06b
2 changed files with 22 additions and 2 deletions

View File

@@ -98,4 +98,19 @@ expect <<EOF
undefined variable "foo"
EOF
#------------------------------------------------------------------------------
fped_dump "iprint: dump" <<EOF
%iprint 42
EOF
expect <<EOF
42
/* MACHINE-GENERATED ! */
package "_"
unit mm
%iprint 42
EOF
###############################################################################