mirror of
https://github.com/typst/typst
synced 2025-05-20 03:55:29 +08:00
add test for decorator in decorator
This commit is contained in:
parent
c1bb41dc9c
commit
0fb417ddb6
@ -95,6 +95,11 @@ this is ok
|
||||
|
||||
// @allow("aaaaa\")
|
||||
|
||||
--- invalid-decorator-in-decorator ---
|
||||
// Error: 2:18-2:34 cannot have multiple decorators per line
|
||||
|
||||
// @allow("aaa") // @allow("bbb")
|
||||
|
||||
--- allow-suppresses-warns-below ---
|
||||
|
||||
// @allow("unnecessary-stars")
|
||||
|
Loading…
x
Reference in New Issue
Block a user