Accepted baselines.

This commit is contained in:
Daniel Rosenwasser 2016-04-07 00:48:11 -07:00
parent 1e18618170
commit cfb9001e18

View file

@ -8,6 +8,7 @@ export function f() {
//// [useStrictLikePrologueString01.js]
"hey!";
" use strict ";
"use strict";
function f() {
}
exports.f = f;