import { test } from '../../test'; export default test({ html: `

Without text expression: 7.36

With text expression: 7.36

With text expression and function call: 7.36

With text expression and property access: 4

Hello name!

4

Tracking: true

`, ssrHtml: `

Without text expression: 7.36

With text expression: 7.36

With text expression and function call: 7.36

With text expression and property access: 4

Hello name!

4

Tracking: false

` });