Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
zonets committed Feb 5, 2024
1 parent 9e21258 commit eb6c7e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var es6 = {
[prop]: 'hey',
['b' + 'az']: 'there',
['c' + x()]: 'hello',
[(' abc ').substring(2,5)]: 'hi',
[('ab' + 'cd' + 'ef').substring(2,4)]: 'hi',

// ES6 implicit property name from a lookup name
location,
Expand Down

0 comments on commit eb6c7e9

Please sign in to comment.