summaryrefslogtreecommitdiff
path: root/tests/typ/compute/eval-path.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/compute/eval-path.typ')
-rw-r--r--tests/typ/compute/eval-path.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/compute/eval-path.typ b/tests/typ/compute/eval-path.typ
index c02bdfb1..863b6203 100644
--- a/tests/typ/compute/eval-path.typ
+++ b/tests/typ/compute/eval-path.typ
@@ -2,13 +2,13 @@
---
// Test absolute path.
-#eval("image(\"/files/tiger.jpg\", width: 50%)")
+#eval("image(\"/assets/images/tiger.jpg\", width: 50%)")
---
#show raw: it => eval(it.text, mode: "markup")
```
-#show emph: image("/files/tiger.jpg", width: 50%)
+#show emph: image("/assets/images/tiger.jpg", width: 50%)
_Tiger!_
```