diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/compiler/content-field.png | bin | 8252 -> 8815 bytes | |||
| -rw-r--r-- | tests/ref/compiler/repr.png | bin | 64757 -> 32579 bytes | |||
| -rw-r--r-- | tests/ref/layout/grid-cell.png | bin | 45433 -> 47260 bytes | |||
| -rw-r--r-- | tests/ref/layout/table-cell.png | bin | 49090 -> 50913 bytes | |||
| -rw-r--r-- | tests/typ/compiler/repr.typ | 4 |
5 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/compiler/content-field.png b/tests/ref/compiler/content-field.png Binary files differindex 3095ba8c..d582cfa1 100644 --- a/tests/ref/compiler/content-field.png +++ b/tests/ref/compiler/content-field.png diff --git a/tests/ref/compiler/repr.png b/tests/ref/compiler/repr.png Binary files differindex c90cc3cd..3b1a571e 100644 --- a/tests/ref/compiler/repr.png +++ b/tests/ref/compiler/repr.png diff --git a/tests/ref/layout/grid-cell.png b/tests/ref/layout/grid-cell.png Binary files differindex 07508b40..563d6721 100644 --- a/tests/ref/layout/grid-cell.png +++ b/tests/ref/layout/grid-cell.png diff --git a/tests/ref/layout/table-cell.png b/tests/ref/layout/table-cell.png Binary files differindex 647a2e10..d0c39363 100644 --- a/tests/ref/layout/table-cell.png +++ b/tests/ref/layout/table-cell.png diff --git a/tests/typ/compiler/repr.typ b/tests/typ/compiler/repr.typ index 13593a86..0cdd4bcf 100644 --- a/tests/typ/compiler/repr.typ +++ b/tests/typ/compiler/repr.typ @@ -22,6 +22,10 @@ #1.7em \ #(1cm + 0em) \ #(2em + 10pt) \ +#(100% + (2em + 2pt)) \ +#(100% + 0pt) \ +#(100% - 2em + 2pt) \ +#(100% - 2pt) \ #2.3fr --- |
