Path: blob/main/tests/docs/playwright/ojs/test-ojs-define-2.qmd
6465 views
---
title: "Tests if ojs-define reuse is working."
format: html
---
```{ojs}
import { defn_1 } from "./test-ojs-define-1.qmd";
b = defn_1.a
```
---
title: "Tests if ojs-define reuse is working."
format: html
---
```{ojs}
import { defn_1 } from "./test-ojs-define-1.qmd";
b = defn_1.a
```