Add non-directive fixture.

(Failing.)
This commit is contained in:
Jesse McCarthy 2015-12-28 09:57:43 -05:00
parent 570b50c895
commit 00505ac171
2 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1 @@
("not a directive");

View File

@ -0,0 +1,71 @@
{
"type": "File",
"start": 0,
"end": 20,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 20
}
},
"program": {
"type": "Program",
"start": 0,
"end": 20,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 20
}
},
"sourceType": "script",
"body": [
{
"type": "ExpressionStatement",
"start": 0,
"end": 20,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 20
}
},
"expression": {
"type": "StringLiteral",
"start": 1,
"end": 18,
"loc": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 1,
"column": 18
}
},
"extra": {
"rawValue": "not a directive",
"raw": "\"not a directive\"",
"parenthesized": true,
"parenStart": 0
},
"value": "not a directive"
}
}
],
"directives": []
}
}