diff options
Diffstat (limited to 'tests/typ/code/importable/cycle2.typ')
| -rw-r--r-- | tests/typ/code/importable/cycle2.typ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/typ/code/importable/cycle2.typ b/tests/typ/code/importable/cycle2.typ new file mode 100644 index 00000000..8071ec6b --- /dev/null +++ b/tests/typ/code/importable/cycle2.typ @@ -0,0 +1,7 @@ +// Ref: false + +// Error: 9-21 cyclic import +#import "cycle1.typ" using * +#let val = "much cycle" + +This is the second element of an import cycle. |
