typst/tests/typ/bugs
Ana Gelez 105d7156f8
Better handle large numbers from external data files (#3791)
Co-authored-by: Martin Haug <mhaug@live.de>
2024-03-25 16:51:35 +00:00
..
870-image-rotation.typ Externalize assets (#3515) 2024-02-28 10:06:54 +00:00
1050-terms-indent.typ Fix terms show rule (#3325) 2024-02-04 11:25:28 +00:00
1240-stack-fr.typ Fix `h` and `v` in stack (#3423) 2024-02-15 10:07:07 +00:00
1597-cite-footnote.typ Externalize assets (#3515) 2024-02-28 10:06:54 +00:00
2044-invalid-parsed-ident.typ Fix a parser bug causing `x.)` to be treated as a field access (#2962) 2023-12-18 12:33:29 +01:00
2105-linebreak-tofu.typ Fix linebreak fallback tofu (#3123) 2024-01-03 09:41:41 +00:00
2595-float-overlap.typ Fix float overlap (#3507) 2024-02-27 13:05:29 +00:00
2650-cjk-latin-spacing-meta.typ New context system (#3497) 2024-02-27 10:05:16 +00:00
2715-float-order.typ Fix float overlap (#3507) 2024-02-27 13:05:29 +00:00
2821-missing-fields.typ Fix defaults on `#[synthesized]` fields (#2825) 2023-12-04 11:44:34 +01:00
2902-gradient-oklch-panic.typ Fix #2902 (#2913) 2023-12-11 17:03:59 +01:00
3082-chinese-punctuation.typ Bump assets (#3560) 2024-03-06 14:33:30 +00:00
3110-no-type-ctor-or-field.typ Let type constructor/field access error report the name correctly (#3140) 2024-01-09 07:45:24 +00:00
3154-array-dict-mut-entry.typ Better errors for array/dictionary method calls that return mutable (#3370) 2024-02-11 13:08:43 +00:00
3232-dict-wrong-keys.typ Fix an error of uncastable dict input (#3247) 2024-01-30 09:30:57 +00:00
3275-loop-errors.typ Allow for-loop to iterate over bytes (#3317) 2024-02-02 08:51:44 +00:00
3363-json-large-number.typ Better handle large numbers from external data files (#3791) 2024-03-25 16:51:35 +00:00
3502-colon-space.typ Fix parser bug with space before colon (#3504) 2024-02-27 10:43:02 +00:00
3586-figure-caption-separator.typ Fix figure caption separator synthesis (#3621) 2024-03-11 11:51:38 +00:00
3601-empty-raw.typ Fix crash with empty raw block (#3619) 2024-03-11 11:12:41 +00:00
3641-float-loop.typ Fix non-terminating loop in flow layout (#3652) 2024-03-13 13:46:00 +00:00
3650-italic-equation.typ Fix `italic` function in math (#3651) 2024-03-13 13:30:59 +00:00
3658-math-size.typ Fix sizing of nested equations (#3664) 2024-03-14 08:44:03 +00:00
3662-pdf-smartquotes.typ Fix smart quotes in PDF outline (#3790) 2024-03-25 13:32:02 +00:00
args-sink.typ Fix argument sinks 2023-04-19 17:51:33 +02:00
args-underscore.typ Touch up docs 2023-04-26 15:37:21 +02:00
bibliography-math.typ Externalize assets (#3515) 2024-02-28 10:06:54 +00:00
bidi-tofus.typ shape_tofus: respect text direction when inserting tofus (#1519) 2023-06-26 13:40:21 +02:00
block-width-box.typ Fix box in 100% width block 2023-09-13 13:44:28 +02:00
cite-locate.typ Externalize assets (#3515) 2024-02-28 10:06:54 +00:00
cite-show-set.typ Externalize assets (#3515) 2024-02-28 10:06:54 +00:00
clamp-panic.typ Fix layout panic in rounded rectangle 2023-05-23 15:30:28 +02:00
columns-1.typ Fix flow bugs 2023-02-11 13:30:55 +01:00
emoji-linebreak.typ Add regression test for #80 2023-10-28 20:35:28 +02:00
equation-numbering-reference.typ Fixed numbering hint (#2012) 2023-08-26 16:02:28 +02:00
flow-1.typ Fix flow bugs 2023-02-11 13:30:55 +01:00
flow-2.typ Fix flow bugs 2023-02-11 13:30:55 +01:00
flow-3.typ Fix flow bugs 2023-02-11 13:30:55 +01:00
flow-4.typ Block sizing 2023-02-13 16:04:25 +01:00
flow-5.typ Fix paragraph layouting index out of bounds bug (#3607) 2024-03-11 10:35:39 +00:00
fold-vector.typ Fix fold order for vectors (#3496) 2024-02-26 13:39:41 +00:00
footnote-keep-multiple.typ Improve footnote handling for multi-page blocks 2023-06-08 15:51:22 +02:00
footnote-list.typ Fix a bug with footnotes in blocks/lists/etc. 2023-06-08 11:51:42 +02:00
gradient-cmyk-encode.typ Fix CMYK on gradients (#3142) 2024-01-08 15:53:22 +00:00
grid-1.typ Change grid base for auto columns 2023-02-12 11:38:42 +01:00
grid-2.typ Update tests for type system changes 2023-09-11 14:42:43 +02:00
grid-3.typ Fix grid sizing 2023-02-14 12:34:16 +01:00
grid-4.typ Merging cells: Rowspans [More Flexible Tables Pt.3b] (#3501) 2024-03-03 19:32:27 +00:00
hide-meta.typ Externalize assets (#3515) 2024-02-28 10:06:54 +00:00
int-constructor.typ Fix cast order for `ToInt` (#3485) 2024-02-25 11:50:11 +00:00
justify-hanging-indent.typ Fix justification with hanging indent and negative spacing 2023-10-28 20:05:51 +02:00
label-fields-dict.typ Fix label in `.fields()` accessor (#2884) 2023-12-07 12:22:07 +01:00
layout-infinite-lengths.typ New performance timings (#3096) 2023-12-30 12:36:15 +00:00
line-align.typ Fix line alignment 2023-06-08 10:20:24 +02:00
linebreak-no-justifiables.typ Fix justified linebreaking without justifiables 2023-10-28 18:02:16 +02:00
mat-aug-color.typ Passing color to the augment line in matrix (#2281) 2023-10-02 16:22:33 +02:00
math-eval.typ Wrap into an equation when a Math expr is evaluated (#2081) 2023-09-11 10:47:08 +02:00
math-number-spacing.typ Fix spacing after number in math 2023-09-06 12:15:27 +02:00
math-realize.typ New context system (#3497) 2024-02-27 10:05:16 +00:00
math-shift.typ Fixing the baseline in math content (#2220) 2023-09-25 13:13:16 +02:00
math-text-break.typ Fix newline in text in math 2023-09-13 13:45:05 +02:00
measure-image.typ Remove `safe_div` (#3572) 2024-03-07 16:07:52 +00:00
new-cm-svg.typ Externalize assets (#3515) 2024-02-28 10:06:54 +00:00
newline-mode.typ Fix newline parsing behaviour in markup 2023-09-12 11:45:24 +02:00
pagebreak-bibliography.typ Externalize assets (#3515) 2024-02-28 10:06:54 +00:00
pagebreak-numbering.typ New context system (#3497) 2024-02-27 10:05:16 +00:00
pagebreak-set-style.typ Fixing the styling issues of the empty pages caused by pagebreak (#2182) 2023-09-25 14:13:54 +02:00
parameter-pattern.typ Parameter pattern bug (#1062) 2023-05-03 12:42:26 +02:00
parenthesized.typ Fix bugs with parenthesized expression parsing (#3505) 2024-02-27 11:12:43 +00:00
place-base.typ Fix place base 2023-02-12 13:23:40 +01:00
place-pagebreak.typ Fix pagebreak before `place` 2023-05-30 14:36:34 +02:00
place-spacing.typ Prevent block spacing with placed elements (#2244) 2023-09-26 16:59:51 +02:00
raw-color-overwrite.typ Color fixes (#2262) 2023-09-29 15:04:08 +02:00
smartquotes-in-outline.typ Fix smartquotes in outline (#1047) 2023-05-01 13:29:40 +02:00
smartquotes-on-newline.typ layout::par::collect: Treat linebreak element as whitespace (#1542) 2023-06-24 14:26:06 +02:00
spacing-behaviour.typ Fix `Behaviour` of spacing (#3634) 2024-03-12 11:32:53 +00:00
square-base.typ Fix square base 2023-02-12 16:38:18 +01:00
subelement-panic.typ Allow `elem` synthesized fields to take a default value (#2687) 2023-11-17 10:39:08 +01:00
table-lines.typ Fix bug with extra table lines 2023-06-12 17:48:30 +02:00
table-row-missing.typ Fix bug with missing table row 2023-06-12 17:20:54 +02:00