re-run snapshot tests

master
Christopher Chedeau 2017-03-15 18:54:34 -07:00
parent b8a7e5166b
commit 3a80345e0c
2 changed files with 6 additions and 4 deletions

View File

@ -159,7 +159,8 @@ var fnString =
*/
\\"some\\" + \\"long\\" + \\"string\\";
var fnString = /* inline */ \\"some\\" +
var fnString =
/* inline */ \\"some\\" +
\\"long\\" +
\\"string\\" +
\\"some\\" +
@ -176,6 +177,7 @@ var fnString = // Comment
// Comment
\\"some\\" + \\"long\\" + \\"string\\";
var fnString = \\"some\\" + \\"long\\" + \\"string\\"; // Comment
var fnString = // Comment
\\"some\\" + \\"long\\" + \\"string\\";
"
`;

View File

@ -565,7 +565,7 @@ a = [
/>
];
<div {...foo || foo === null ? { foo } : null} />;
<div {...(foo || foo === null ? { foo } : null)} />;
"
`;
@ -594,7 +594,7 @@ a = [
/>
];
<div {...foo || foo === null ? { foo } : null} />;
<div {...(foo || foo === null ? { foo } : null)} />;
"
`;