New tests

This commit is contained in:
Matthias Koefferlein 2023-09-17 21:53:02 +02:00
parent 1333856337
commit b589f015da
2 changed files with 21 additions and 0 deletions

View File

@ -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
)

View File

@ -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(
)
)