aboutsummaryrefslogtreecommitdiff
path: root/test/snippets/jsx-entities.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'test/snippets/jsx-entities.jsx')
-rw-r--r--test/snippets/jsx-entities.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snippets/jsx-entities.jsx b/test/snippets/jsx-entities.jsx
index adabace2c..ac5d32225 100644
--- a/test/snippets/jsx-entities.jsx
+++ b/test/snippets/jsx-entities.jsx
@@ -928,7 +928,7 @@ export function test() {
console.assert(
elements[rawKey] === key.codePointAt(0),
- `${key} is not ${elements[rawKey]}`
+ `${key} is not ${elements[rawKey]}`,
);
}