diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-02-04 11:08:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-04 10:08:43 +0000 |
| commit | 0ea668077d6a47f64ee3875dbed31f9e8d832ae3 (patch) | |
| tree | c1ee1d9c0467e021079d866257996f07272004ea /tests/suite | |
| parent | 73ffbdef2b3498307328da355b1d933b1ccf206a (diff) | |
Bump codex to 0.1.0 (#5805)
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/symbols/symbol.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/suite/symbols/symbol.typ b/tests/suite/symbols/symbol.typ index 4c64700a..6d2513c1 100644 --- a/tests/suite/symbols/symbol.typ +++ b/tests/suite/symbols/symbol.typ @@ -147,3 +147,7 @@ repr(envelope.fly), `symbol("🖅")`.text, ) + +--- symbol-sect-deprecated --- +// Warning: 5-9 `sect` is deprecated, use `inter` instead +$ A sect B = A inter B $ |
