mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-22 14:07:15 +02:00
New tests
This commit is contained in:
Vendored
+11
@@ -613,7 +613,17 @@ reference(
|
||||
|
||||
# Cross reference
|
||||
xref(
|
||||
log(
|
||||
entry(error description("An error (global)"))
|
||||
entry(warning description("A warning (global)"))
|
||||
entry(info description("Some info (global)"))
|
||||
)
|
||||
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
|
||||
xref(
|
||||
)
|
||||
@@ -684,4 +694,5 @@ xref(
|
||||
circuit(5 5 match)
|
||||
)
|
||||
)
|
||||
kk( xx(1 2 3) ) # invalid
|
||||
)
|
||||
|
||||
Vendored
+10
@@ -602,7 +602,17 @@ reference(
|
||||
|
||||
# Cross reference
|
||||
xref(
|
||||
log(
|
||||
entry(error description('An error (global)'))
|
||||
entry(warning description('A warning (global)'))
|
||||
entry(info description('Some info (global)'))
|
||||
)
|
||||
circuit(() INV2PAIRX mismatch
|
||||
log(
|
||||
entry(error description('An error'))
|
||||
entry(warning description('A warning'))
|
||||
entry(info description('Some info'))
|
||||
)
|
||||
xref(
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user