summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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 ↵Sébastien d'Herbais de Thun
content (#5413) Co-authored-by: Laurenz <laurmaedje@gmail.com>
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
Co-authored-by: Laurenz <laurmaedje@gmail.com>
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
(And break out Newline info into separate struct)
2024-11-01Disallow space between ident and paren in set rule (#5269)Ian Wrzesinski
2024-11-01Support Greek Numbering (#4273)LU Jialin
Co-authored-by: Laurenz <laurmaedje@gmail.com>
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
Co-authored-by: +merlan #flirora <uruwi@protonmail.com> Co-authored-by: Yip Coekjan <69834864+Coekjan@users.noreply.github.com> Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com> Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-31Replace `once_cell`'s `Lazy` as much as possible (#4617)Abdul-Rahman Sibahi
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-30Add `math.accent` support for `flac` and `dtls` OpenType features (#5202)Max
2024-10-28Fix wrong Greek and Ukrainian language codes (#5261)Kevin K.
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-28Fix clipping with outset (#5295)Eric Biedert
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-27Split out four new crates (#5302)Laurenz
2024-10-22Syntax set macro (#5138)Ian Wrzesinski
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-18Fix optimized linebreaks without justification (#5236)Laurenz
2024-10-14(Re-)implement rounding with negative digits (#5198)PgBiel
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-14Put floats back above footnotes instead of below (#5204)Laurenz
2024-10-14Fix tag order with `place` and fr block bugs (#5203)Laurenz
2024-10-12Fix outline with CJK text (#5187)Laurenz
2024-10-12Refactor and fix bounds metric (#5186)Laurenz
2024-10-12Fix logical ordering of floats and footnotes (#5185)Laurenz
2024-10-11Fix hashing of equal decimals with different scales (#5179)PgBiel
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-10Fix bug in `math.frac` layout code (#5177)Max
2024-10-10Fix scales for unit conversion (#5169)Laurenz
2024-10-10Resolve lengths in math with scaled font size (#5168)Eric Biedert
2024-10-08Disable line numbers for block equations (#5163)Laurenz
2024-10-08Allow unbreakable multi-layouters to expand (#5162)Laurenz
2024-10-08Allow sticky blocks to be breakable (#5161)Laurenz
2024-10-08Fix smartquotes after inline equations (#5149)Yip Coekjan
2024-10-07Fix hint for destructuring to an array with at least 1 element (#5154)+merlan #flirora
2024-10-07Error for parent-scoped figures without placement (#5151)Laurenz
2024-10-07Improve hint when provided array for destructuring has fewer elements than ↵Orange
expected (#5139) Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-07Add exception for NewCM Math Bold (#5126)Eric Biedert
2024-10-07Fix panic for empty breakable block equations (#5116)Eric Biedert