mirror of
https://github.com/typst/typst
synced 2025-07-27 06:17:53 +08:00
Fix test spans for real
Haste is the enemy of correctness
This commit is contained in:
parent
fb0b01d45c
commit
01f73c35ed
@ -1,12 +1,12 @@
|
||||
--- warn-show-set-last-in-block ---
|
||||
#{
|
||||
// Warning: 1-14 show rule has no effect
|
||||
// Warning: 3-16 show rule has no effect
|
||||
// Hint: 3-16 a show rule is only in effect until the end of the surrounding code block
|
||||
show "a": "b"
|
||||
}
|
||||
|
||||
#{
|
||||
// Warning: 1-15 set rule has no effect
|
||||
// Warning: 3-17 set rule has no effect
|
||||
// Hint: 3-17 a set rule is only in effect until the end of the surrounding code block
|
||||
set text(blue)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user