Skip to content

Commit

Permalink
chore: update es12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Dec 29, 2023
1 parent bb148b4 commit 5b9453d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Expand Up @@ -74,4 +74,4 @@ export default {
]
}
]
};
};
Expand Up @@ -47,7 +47,7 @@ export default {
0,
11
],
"value": 0b01011010,
"value": 90,
"raw": "0b0101_1010"
}
}
Expand All @@ -73,4 +73,4 @@ export default {
]
}
]
};
};
Expand Up @@ -47,7 +47,7 @@ export default {
0,
10
],
"value": 1e0123345,
"value": Infinity,
"raw": "1e0123_345"
}
}
Expand All @@ -73,4 +73,4 @@ export default {
]
}
]
};
};
Expand Up @@ -47,7 +47,7 @@ export default {
0,
11
],
"value": 0xdeadbeaf,
"value": 3735928495,
"raw": "0xdead_beaf"
}
}
Expand All @@ -73,4 +73,4 @@ export default {
]
}
]
};
};
Expand Up @@ -47,7 +47,7 @@ export default {
0,
9
],
"value": 0o755666,
"value": 252854,
"raw": "0o755_666"
}
}
Expand All @@ -73,4 +73,4 @@ export default {
]
}
]
};
};

0 comments on commit 5b9453d

Please sign in to comment.