Skip to content

Commit 75c51f5

Browse files
Accepted baselines.
1 parent 6fcc815 commit 75c51f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/numericLiteralsWithTrailingDecimalPoints01.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ var test7 = 3
3838
.toString();
3939
var test8 = new Number(4).toString();
4040
var test9 = 3. + 3.;
41-
var test10 = 0 /* any comment */..toString();
41+
var test10 = 0 /* any comment */.toString();

0 commit comments

Comments
 (0)