Skip to content

Commit

Permalink
Rename rhino fixtures to include the patch number and update to inclu…
Browse files Browse the repository at this point in the history
…de syntax that is and isn't supported for better testing
  • Loading branch information
gausie committed Jun 22, 2021
1 parent 47304da commit 07928a2
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 10 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const a = () => `1 + 1 = ${1 + 1}`;

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var a = () => "1 + 1 = ".concat(1 + 1);

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const a = () => `1 + 1 = ${1+1}`;

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var a = () => "1 + 1 = ".concat(1 + 1);

0 comments on commit 07928a2

Please sign in to comment.