Fix stmt value being the raw value (#557)

This commit is contained in:
Daniel Tschinder
2017-06-03 16:16:45 +02:00
committed by GitHub
parent edf34dc780
commit 0656717552
2 changed files with 13 additions and 2 deletions

View File

@@ -56,11 +56,11 @@
"column": 15
}
},
"value": "use\\x20strict",
"value": "use strict",
"raw": "\"use\\x20strict\""
},
"directive": "use\\x20strict"
}
]
}
}
}