diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-07-20 14:52:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-20 12:52:17 +0000 |
| commit | 46ef8e1dfa39d2ee953e7af722b3b6ff20907443 (patch) | |
| tree | 44818c937364033fef89f8d048b00287d8a6e697 /tests/suite/introspection | |
| parent | 96d456e2672c05f0b9c042fb481b1748c013a63d (diff) | |
Deprecate some things (#4562)
Diffstat (limited to 'tests/suite/introspection')
| -rw-r--r-- | tests/suite/introspection/counter.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/introspection/counter.typ b/tests/suite/introspection/counter.typ index c0b17921..be17d7e0 100644 --- a/tests/suite/introspection/counter.typ +++ b/tests/suite/introspection/counter.typ @@ -79,7 +79,7 @@ At Beta, it was #context { --- issue-2480-counter-reset --- #let q = counter("question") -#let step-show = q.step() + q.display("1") +#let step-show = q.step() + context q.display("1") #let g = grid(step-show, step-show, gutter: 2pt) #g |
