Path: blob/main/tests/docs/playwright/ojs/test-ojs-define-1.qmd
6453 views
---
title: "Tests if ojs-define is working."
format: html
self-contained: true
---
```{r}
#| output: false
ojs_define(defn_1 = list(a = 2))
```
```{ojs}
b = defn_1.a
```---
title: "Tests if ojs-define is working."
format: html
self-contained: true
---
```{r}
#| output: false
ojs_define(defn_1 = list(a = 2))
```
```{ojs}
b = defn_1.a
```