// 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
" `; exports[`langReplPlugin > should work with custom options 2`] = ` "export default { "grammars": { "kotlin": { "language": "kotlin" }, "go": { "language": "go" }, "rust": { "language": "rust" } }, "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
" `; exports[`langReplPlugin > should work with custom theme 2`] = ` "export default { "grammars": { "kotlin": { "language": "kotlin" }, "go": { "language": "go" }, "rust": { "language": "rust" } } }" `; 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

const a = 1

:::

::: rust-repl#editable title

const a = 1

:::

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