diff options
Diffstat (limited to 'test/snapshots/jsx-spacing.debug.jsx')
-rw-r--r-- | test/snapshots/jsx-spacing.debug.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snapshots/jsx-spacing.debug.jsx b/test/snapshots/jsx-spacing.debug.jsx index 477e56fc5..f40b373ee 100644 --- a/test/snapshots/jsx-spacing.debug.jsx +++ b/test/snapshots/jsx-spacing.debug.jsx @@ -17,7 +17,7 @@ line4 no trailing space 'single quote' \\t\\f\\v\\uF000 \`template string\` line6 no trailing space line7 trailing newline that \${terminates} the string literal ` - }, undefined, false, undefined, this)); + })); const el = document.createElement("textarea"); el.innerHTML = _bun; const bun = el.value; |