summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2024-12-18New `curve` element that supersedes `path` (#5323)Emmanuel Lesueur
2024-12-18Bump `unicode-bidi` (#5598)wznmickey
2024-12-17Support for defining which charset should be covered by a font (#5305)Peng Guanwen
2024-12-17Fix sticky blocks at the top of blocks and pages (#5581)PgBiel
2024-12-17Rename `pattern` to `tiling` (#5590)Laurenz
2024-12-17Remove deprecated things and compatibility behaviours (#5591)Laurenz
2024-12-16Get numbering of page counter from style chain (#5589)Eric Biedert
2024-12-16Improve `symbol` `repr` (#5505)Malo
2024-12-16Add reversed numbering (#5563)+merlan #flirora
2024-12-11Fix crash due to consecutive weak spacing (#5562)Laurenz
2024-12-11Add number-syntax edge case tests (#5560)Ian Wrzesinski
2024-12-11Improve raw trimming (#5541)Ian Wrzesinski
2024-12-09Forbid base prefix for numbers with a unit (#5548)wznmickey
2024-12-09Forbid footnote migration in pending floats (#5497)PgBiel
2024-12-09Fix sizing of quadratic shapes (square/circle) (#5451)+merlan #flirora
2024-12-08Fix language-dependant figure caption separator in outline (#5550)Laurenz
2024-12-08Fix multiline annotations in over- elems in math changing the baseline (#5459)Max
2024-12-08Fix multiple footnotes in footnote entry (#5545)PgBiel
2024-12-08Add test for issue #4573 (#5542)Ian Wrzesinski
2024-12-08Ensure par and align interrupt cite groups and lists (#5526)PgBiel
2024-12-08Convert unopened square-brackets into a hard error (#5414)Ian Wrzesinski
2024-12-04Fix text fill within `clip: true` blocks in PNG export (#5502)PgBiel
2024-12-04Add HTML export formatLaurenz
2024-12-04Rename `Document` to `PagedDocument`Laurenz
2024-11-27Let decimal constructor accept decimal values (#5481)+merlan #flirora
2024-11-27Fix weak spacing being ignored unconditionally in `math.lr` (#5477)Max
2024-11-27Use extended shape information for glyph `text_like`-ness (#5483)Max
2024-11-27Add support for interpreting f32 in float.{from-bytes, to-bytes} (#5480)+merlan #flirora
2024-11-26Added warning when explicit return in code (not markup) discards joined conte...Sébastien d'Herbais de Thun
2024-11-26Ignore leading and trailing ignorant fragments in `math.lr` (#5473)Max
2024-11-26Fix `path` with infinite length causing panic (#5457)Max
2024-11-26Tags shouldn't affect row height in equations (#5458)Max
2024-11-26Update NewCM fonts to version 7.0.0 (#5465)Max
2024-11-17Use `codex` for symbols (#5421)Malo
2024-11-17Update list/enum tests and recognize #762 as already closed (#5433)Ian Wrzesinski
2024-11-17Fix unnecessary hyphenation (#5394)wznmickey
2024-11-12Add support for page references through new `ref.form` property (#4729)Max
2024-11-12Removed deprecated `diff` symbol (#5388)Andrew Voynov
2024-11-05Fix unstoppable empty footnote loop (#5354) (#5364)wznmickey
2024-11-04Disable justification in `raw(block: true, ...)` (#4889)Sébastien d'Herbais de Thun
2024-11-04Refactor Parser (#5310)Laurenz
2024-11-0318. Restore list indent behaviorIan Wrzesinski
2024-11-0317. Replace while loop closures and Parser::end() to use SyntaxSetIan Wrzesinski
2024-11-0315. Convert Markup mode to use newline modesIan Wrzesinski
2024-11-01Disallow space between ident and paren in set rule (#5269)Ian Wrzesinski
2024-11-01Support Greek Numbering (#4273)LU Jialin
2024-10-319. Parse math field access in the lexerIan Wrzesinski
2024-10-312. Allow compiling test-runner with only typst_syntaxIan Wrzesinski
2024-10-311. Add test-runner option to compare parser outputIan Wrzesinski
2024-10-31Add `calc.norm()` function to compute euclidean norms (#4581)HydroH