chore: make test more robust (#14550)

pull/14548/head
adiGuba 9 months ago committed by GitHub
parent 348185794d
commit d511104ee0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,6 @@
<p>Without text expression: 7.36</p>
<p>With text expression: {7.36}</p>
<p>With text expression and function call: {(7.36).toLocaleString()}</p>
<p>With text expression and function call: {(7.36).toString()}</p>
<p>With text expression and property access: {"test".length}</p>
<h1>Hello {('name').toUpperCase().toLowerCase()}!</h1>
<p>{"test".length}</p>

Loading…
Cancel
Save