mirror of https://github.com/KLayout/klayout.git
More tests
This commit is contained in:
parent
44d9ae91cc
commit
11aebdb040
|
|
@ -11,6 +11,7 @@ unit(0.001)
|
||||||
|
|
||||||
# Log entries
|
# Log entries
|
||||||
message(info description(info))
|
message(info description(info))
|
||||||
|
message(info description(info) cell(cell_name) cat("cat name" "cat description") polygon("(1,1;2,2;3,1)"))
|
||||||
message(warning description(warning))
|
message(warning description(warning))
|
||||||
message(error description(error))
|
message(error description(error))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,6 @@
|
||||||
W(TOP)
|
W(TOP)
|
||||||
U(0.001)
|
U(0.001)
|
||||||
H(I B(info))
|
H(I B(info))
|
||||||
|
H(I B(info) C(cell_name) X("cat name" "cat description") Q("(1,1;2,2;3,1)"))
|
||||||
H(W B(warning))
|
H(W B(warning))
|
||||||
H(E B(error))
|
H(E B(error))
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ unit(0.001)
|
||||||
|
|
||||||
# Log entries
|
# Log entries
|
||||||
message(info description(info))
|
message(info description(info))
|
||||||
|
message(info description(info) cell(cell_name) cat('cat name' 'cat description') polygon('(1,1;2,2;3,1)'))
|
||||||
message(warning description(warning))
|
message(warning description(warning))
|
||||||
message(error description(error))
|
message(error description(error))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue