Skip to content

Commit aa676a1

Browse files
committed
fix(tests): update JSX placeholder IDs
1 parent 1be1aff commit aa676a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/__swc_snapshots__/tests/jsx.rs/jsx_named_placeholders_allows_dotted.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Trans as Trans_ } from "@lingui/react";
22
<Trans_ {.../*i18n*/ {
3-
id: "/0hJpt",
3+
id: "_0hJpt",
44
components: {
55
["ns.link"]: <a href="/"/>
66
},

tests/__swc_snapshots__/tests/jsx.rs/jsx_named_placeholders_defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Trans as Trans_ } from "@lingui/react";
22
<Trans_ {.../*i18n*/ {
3-
id: "Jg/WOt",
3+
id: "Jg_WOt",
44
components: {
55
link: <a/>,
66
em: <em/>

0 commit comments

Comments
 (0)