Skip to content

Commit

Permalink
chore: make test more robust (#14550)
Browse files Browse the repository at this point in the history
  • Loading branch information
adiguba authored Dec 4, 2024
1 parent 3481857 commit d511104
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit d511104

Please sign in to comment.