// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`langReplPlugin > should work with custom options 1`] = ` "
const a = 1
const a = 1
const a = 1
const a = 1
const a = 1
const a = 1
const a = 1
const a = 1
hello_world()
hello_world()
hello_world()
hello_world()
" `; exports[`langReplPlugin > should work with custom options 2`] = ` "export default { "grammars": { "kotlin": { "language": "kotlin" }, "go": { "language": "go" }, "rust": { "language": "rust" }, "python": { "language": "python" } }, "theme": { "light": { "theme": "github-light" }, "dark": { "theme": "github-dark" } } }" `; exports[`langReplPlugin > should work with custom theme 1`] = ` "
const a = 1
const a = 1
const a = 1
const a = 1
const a = 1
const a = 1
const a = 1
const a = 1
hello_world()
hello_world()
hello_world()
hello_world()
" `; exports[`langReplPlugin > should work with custom theme 2`] = ` "export default { "grammars": { "kotlin": { "language": "kotlin" }, "go": { "language": "go" }, "rust": { "language": "rust" }, "python": { "language": "python" } } }" `; exports[`langReplPlugin > should work with default options 1`] = ` "

::: go-repl

const a = 1

:::

::: go-repl editable

const a = 1

:::

::: kotlin-repl

const a = 1

:::

::: kotlin-repl editable

const a = 1

:::

::: rust-repl

const a = 1

:::

::: rust-repl editable

const a = 1

:::

::: rust-repl title="title"

const a = 1

:::

::: rust-repl editable title="title"

const a = 1

:::

::: python-repl

hello_world()

:::

::: python-repl editable

hello_world()

:::

::: python-repl title="title"

hello_world()

:::

::: python-repl editable title="title"

hello_world()

:::

" `; exports[`langReplPlugin > should work with default options 2`] = ` "export default { "grammars": {}, "theme": { "light": { "theme": "github-light" }, "dark": { "theme": "github-dark" } } }" `;