Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/playwright/ojs/test-inline-spans.qmd
3562 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>.