From 9a7f3112ff678a3f1b2a349ef57db28a0cedf2dc Mon Sep 17 00:00:00 2001 From: Ignatius Bagus Date: Thu, 30 Dec 2021 15:06:51 +0700 Subject: [PATCH] update expected test --- test/js/samples/src-attribute-check-in-foreign/expected.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/js/samples/src-attribute-check-in-foreign/expected.js b/test/js/samples/src-attribute-check-in-foreign/expected.js index 3d781b72d4..2eb4c0713c 100644 --- a/test/js/samples/src-attribute-check-in-foreign/expected.js +++ b/test/js/samples/src-attribute-check-in-foreign/expected.js @@ -18,8 +18,8 @@ function create_fragment(ctx) { return { c() { - svg = document.createElementNS("https://svelte.dev/docs#svelte_options", "svg"); - img = document.createElementNS("https://svelte.dev/docs#svelte_options", "img"); + svg = document.createElementNS("https://svelte.dev/docs#template-syntax-svelte-options", "svg"); + img = document.createElementNS("https://svelte.dev/docs#template-syntax-svelte-options", "img"); this.h(); }, l(nodes) {