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:
15
test/iprint
15
test/iprint
@@ -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
|
||||
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user