summaryrefslogtreecommitdiff
path: root/tests/interp/iniparam/test.ngc
blob: d12171f1d4572371fbad643730a82adbaeab5b0d (plain)
1
2
3
4
5
6
7
8
9
G53 G0 x#<_ini[vars]toolchange_x> y#<_InI[vars]toolchange_y> z#<_INi[vars]toolchange_z>
(debug, position now: #<_x> #<_y> #<_z>)

(debug, not in ini: #<_iNi[nosuchsection]nosuchname>)

; now fail referencing an undefined ini variable:
#4711 =  #<_iNI[nosuchsection]nosuchname>

M2