Skip to content

Commit

Permalink
update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung authored and nicolo-ribaudo committed Oct 14, 2020
1 parent d6d46af commit cb30c1d
Showing 1 changed file with 23 additions and 23 deletions.
Expand Up @@ -2,7 +2,7 @@
"type": "File",
"start":0,"end":127,"loc":{"start":{"line":1,"column":0},"end":{"line":3,"column":52}},
"errors": [
"SyntaxError: Export name can not include lone surrogate, but '\\ud800' is seen (2:16)"
"SyntaxError: An export name cannot include a lone surrogate, found '\\ud800' (2:16)"
],
"program": {
"type": "Program",
Expand Down Expand Up @@ -56,6 +56,13 @@
{
"type": "ExportNamedDeclaration",
"start":26,"end":58,"loc":{"start":{"line":2,"column":0},"end":{"line":2,"column":32}},
"trailingComments": [
{
"type": "CommentLine",
"value": " should throw",
"start":59,"end":74,"loc":{"start":{"line":2,"column":33},"end":{"line":2,"column":48}}
}
],
"specifiers": [
{
"type": "ExportSpecifier",
Expand All @@ -77,18 +84,25 @@
}
],
"source": null,
"declaration": null,
"trailingComments": [
"declaration": null
},
{
"type": "ExportNamedDeclaration",
"start":75,"end":107,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":32}},
"leadingComments": [
{
"type": "CommentLine",
"value": " should throw",
"start":59,"end":74,"loc":{"start":{"line":2,"column":33},"end":{"line":2,"column":48}}
}
]
},
{
"type": "ExportNamedDeclaration",
"start":75,"end":107,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":32}},
],
"trailingComments": [
{
"type": "CommentLine",
"value": " should not throw",
"start":108,"end":127,"loc":{"start":{"line":3,"column":33},"end":{"line":3,"column":52}}
}
],
"specifiers": [
{
"type": "ExportSpecifier",
Expand All @@ -110,21 +124,7 @@
}
],
"source": null,
"declaration": null,
"leadingComments": [
{
"type": "CommentLine",
"value": " should throw",
"start":59,"end":74,"loc":{"start":{"line":2,"column":33},"end":{"line":2,"column":48}}
}
],
"trailingComments": [
{
"type": "CommentLine",
"value": " should not throw",
"start":108,"end":127,"loc":{"start":{"line":3,"column":33},"end":{"line":3,"column":52}}
}
]
"declaration": null
}
],
"directives": []
Expand Down

0 comments on commit cb30c1d

Please sign in to comment.