We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3481857 commit d511104Copy full SHA for d511104
packages/svelte/tests/runtime-runes/samples/inline-expressions/main.svelte
@@ -1,6 +1,6 @@
1
<p>Without text expression: 7.36</p>
2
<p>With text expression: {7.36}</p>
3
-<p>With text expression and function call: {(7.36).toLocaleString()}</p>
+<p>With text expression and function call: {(7.36).toString()}</p>
4
<p>With text expression and property access: {"test".length}</p>
5
<h1>Hello {('name').toUpperCase().toLowerCase()}!</h1>
6
<p>{"test".length}</p>
0 commit comments