This commit is contained in:
강동윤 2019-02-18 22:34:32 +09:00
parent 3252988e6a
commit 4917bbaf44

View File

@ -6,7 +6,7 @@ test_exec!(
issue_231,
"const truthy = 'a=b';
const foo = `http://example.com/foo/bar${truthy && '?'}${truthy}`;
console.log(foo);"
expect(foo).toBe('http://example.com/foo/bar?a=b');"
);
test!(