diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-02-22 14:31:09 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-02-23 14:53:55 +0100 |
| commit | e1f29d6cb9437a4afb2e4fc4ee10a5b8717ab9fa (patch) | |
| tree | 1ce5f2bd858f6665d3867a2939d4b474c1b70377 /tests/typ/style | |
| parent | 2bf32c51bceb2f3a8b7ebea3d7c7d6d96757591b (diff) | |
Rework the core context
Diffstat (limited to 'tests/typ/style')
| -rw-r--r-- | tests/typ/style/show.typ | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/typ/style/show.typ b/tests/typ/style/show.typ index 1055f9c7..734ef931 100644 --- a/tests/typ/style/show.typ +++ b/tests/typ/style/show.typ @@ -44,9 +44,10 @@ A [= Heading] C = Heading --- -// Error: 1-29 show rule is recursive -#show strong(x) as strong(x) -*Hi* +// Ref: false +// // Error: 1-29 show rule is recursive +// #show strong(x) as strong(x) +// *Hi* --- // Error: 2-19 set, show and wrap are only allowed directly in markup |
