diff options
| author | cAttte <26514199+cAttte@users.noreply.github.com> | 2025-06-12 11:10:04 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-12 14:10:04 +0000 |
| commit | 4a638f41cde37312390359a5345073bed5835ae6 (patch) | |
| tree | 155167a5a20d52469478e65f0d8275ddfa81e16e /tests | |
| parent | f9897479d2a8a865c4033bc44ec9a85fb5000795 (diff) | |
Consume `data` argument in `pdf.embed()` (#6435)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/suite/pdf/embed.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/suite/pdf/embed.typ b/tests/suite/pdf/embed.typ index 83f006d6..4546532b 100644 --- a/tests/suite/pdf/embed.typ +++ b/tests/suite/pdf/embed.typ @@ -28,3 +28,7 @@ mime-type: "text/plain", description: "A test file", ) + +--- pdf-embed-invalid-data --- +// Error: 38-45 expected bytes, found string +#pdf.embed("/assets/text/hello.txt", "hello") |
