Path: blob/main/tests/docs/playwright/ojs/test-inline-spans.qmd
6449 views
---
title: "Tests if an ojs computation shows up correctly in an inline OJS span."
format: html
self-contained: true
---
```{ojs}
x = 5
y = x * x
```
Test if this value is truly 25: <tt id="test-value">${y}</tt>.