Path: blob/main/tests/docs/playwright/ojs/test-ojs-computes.qmd
6468 views
---
title: "Tests if an ojs computation succeeds."
format: html
self-contained: true
---
```{ojs}
x = 5
y = x * x
```
---
title: "Tests if an ojs computation succeeds."
format: html
self-contained: true
---
```{ojs}
x = 5
y = x * x
```