mirror of https://github.com/KLayout/klayout.git
New tests
This commit is contained in:
parent
1333856337
commit
b589f015da
|
|
@ -613,7 +613,17 @@ reference(
|
||||||
|
|
||||||
# Cross reference
|
# Cross reference
|
||||||
xref(
|
xref(
|
||||||
|
log(
|
||||||
|
entry(error description("An error (global)"))
|
||||||
|
entry(warning description("A warning (global)"))
|
||||||
|
entry(info description("Some info (global)"))
|
||||||
|
)
|
||||||
circuit(() INV2PAIRX mismatch
|
circuit(() INV2PAIRX mismatch
|
||||||
|
log(
|
||||||
|
entry(error description("An error"))
|
||||||
|
entry(warning description("A warning"))
|
||||||
|
entry(info description("Some info"))
|
||||||
|
)
|
||||||
kk( jj("hello" W) jj("world!" E) ) # invalid
|
kk( jj("hello" W) jj("world!" E) ) # invalid
|
||||||
xref(
|
xref(
|
||||||
)
|
)
|
||||||
|
|
@ -684,4 +694,5 @@ xref(
|
||||||
circuit(5 5 match)
|
circuit(5 5 match)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
kk( xx(1 2 3) ) # invalid
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -602,7 +602,17 @@ reference(
|
||||||
|
|
||||||
# Cross reference
|
# Cross reference
|
||||||
xref(
|
xref(
|
||||||
|
log(
|
||||||
|
entry(error description('An error (global)'))
|
||||||
|
entry(warning description('A warning (global)'))
|
||||||
|
entry(info description('Some info (global)'))
|
||||||
|
)
|
||||||
circuit(() INV2PAIRX mismatch
|
circuit(() INV2PAIRX mismatch
|
||||||
|
log(
|
||||||
|
entry(error description('An error'))
|
||||||
|
entry(warning description('A warning'))
|
||||||
|
entry(info description('Some info'))
|
||||||
|
)
|
||||||
xref(
|
xref(
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue