]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: format
authorEvan You <evan@vuejs.org>
Tue, 16 Jul 2024 03:09:34 +0000 (11:09 +0800)
committerEvan You <evan@vuejs.org>
Tue, 16 Jul 2024 03:09:34 +0000 (11:09 +0800)
packages/compiler-dom/__tests__/decoderHtmlBrowser.spec.ts

index 70b6997277c8a84e1b3442321601d0f49f4944a0..507d4243b8878216ea142ccb5f51503c8f8934f1 100644 (file)
@@ -40,11 +40,7 @@ describe('decodeHtmlBrowser', () => {
         true,
       ),
     ).toBe('<strong><strong>&</strong></strong>')
-    expect(decodeHtmlBrowser('"', true)).toBe(
-      '"',
-    )
-    expect(decodeHtmlBrowser("'", true)).toBe(
-      "'",
-    )
+    expect(decodeHtmlBrowser('"', true)).toBe('"')
+    expect(decodeHtmlBrowser("'", true)).toBe("'")
   })
 })