Skip to content

Commit 166d9e6

Browse files
committed
fix test anchor text
1 parent 2829475 commit 166d9e6

File tree

1 file changed

+2
-2
lines changed
  • packages/kit/test/apps/basics/src/routes/routing

1 file changed

+2
-2
lines changed

packages/kit/test/apps/basics/src/routes/routing/+page.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
<div class="hydrate-test"></div>
1717

1818
<a href="/routing/a?target" target="_self">_self</a>
19-
<a href="/routing/a?target" target="_parent">_self</a>
20-
<a href="/routing/a?target" target="_top">_self</a>
19+
<a href="/routing/a?target" target="_parent">_parent</a>
20+
<a href="/routing/a?target" target="_top">_top</a>

0 commit comments

Comments
 (0)