Skip to content

Commit

Permalink
chore: update es11 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Dec 29, 2023
1 parent 8312eb8 commit bb148b4
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions tests/fixtures/ecma-version/11/bigint/binary.result.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
0,
7
],
"value": 0b0101n,
"value": 5n,
"raw": "0b0101n",
"bigint": "0b0101"
}
Expand All @@ -74,4 +74,4 @@ export default {
]
}
]
};
};
2 changes: 1 addition & 1 deletion tests/fixtures/ecma-version/11/bigint/decimal.result.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ export default {
]
}
]
};
};
4 changes: 2 additions & 2 deletions tests/fixtures/ecma-version/11/bigint/hex.result.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
0,
5
],
"value": 0x80n,
"value": 128n,
"raw": "0x80n",
"bigint": "0x80"
}
Expand All @@ -74,4 +74,4 @@ export default {
]
}
]
};
};
4 changes: 2 additions & 2 deletions tests/fixtures/ecma-version/11/bigint/octal.result.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
0,
6
],
"value": 0o755n,
"value": 493n,
"raw": "0o755n",
"bigint": "0o755"
}
Expand All @@ -74,4 +74,4 @@ export default {
]
}
]
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export default {
]
},
{
"type": "Keyword",
"type": "Identifier",
"value": "import",
"loc": {
"start": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
"sourceType": "script",
"tokens": [
{
"type": "Keyword",
"type": "Identifier",
"value": "import",
"loc": {
"start": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default {
]
},
{
"type": "Keyword",
"type": "Identifier",
"value": "import",
"loc": {
"start": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default {
"sourceType": "script",
"tokens": [
{
"type": "Keyword",
"type": "Identifier",
"value": "import",
"loc": {
"start": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default {
"sourceType": "script",
"tokens": [
{
"type": "Keyword",
"type": "Identifier",
"value": "import",
"loc": {
"start": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export default {
]
},
{
"type": "Keyword",
"type": "Identifier",
"value": "import",
"loc": {
"start": {
Expand Down

0 comments on commit bb148b4

Please sign in to comment.