mirror of https://github.com/KLayout/klayout.git
24 lines
541 B
Plaintext
24 lines
541 B
Plaintext
# <test>
|
|
# <name>t1.5.ot</name>
|
|
# <content-description>Empty file (no cell, just header)</content-description>
|
|
# <test-intention>Basic reader capabilities</test-intention>
|
|
# <test-intention>Real data type 7 (for database unit)</test-intention>
|
|
# <test-intention>Database unit setting</test-intention>
|
|
# <content>
|
|
# begin_lib 0.08
|
|
# end_lib
|
|
# </content>
|
|
# </test>
|
|
|
|
|
|
header
|
|
# parts of START record
|
|
real 7 12.5
|
|
uint 0 ;# offset table is in start record
|
|
for { set i 0 } { $i < 12 } { incr i } { uint 0 }
|
|
|
|
# no body.
|
|
|
|
tail
|
|
|