prettier/tests/jsx-significant-space/comments.js

8 lines
122 B
JavaScript

<div>
{
// TODO: don't harcode this space! not all locales use whitespace
// in the same way
' '
}
</div>