You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`Example localized/attributes/App.svelte > should render 1`] =`
36
+
{
37
+
"body": "<!--[--><!--[--><div>Please confirm the action.</div> <div><button>Ok</button> <button>Cancel</button></div><!----><!--]--><!--]-->",
38
+
"head": "",
39
+
"html": "<!--[--><!--[--><div>Please confirm the action.</div> <div><button>Ok</button> <button>Cancel</button></div><!----><!--]--><!--]-->",
40
+
}
41
+
`;
42
+
43
+
exports[`Example localized/attributes-with-variables/App.svelte > should render 1`] =`
44
+
{
45
+
"body": "<!--[--><!--[--><div>Please confirm the action for 20 items.</div> <div><button>Yes, perform action for 20 items</button> <button>Cancel</button></div><!----><!--]--><!--]-->",
46
+
"head": "",
47
+
"html": "<!--[--><!--[--><div>Please confirm the action for 20 items.</div> <div><button>Yes, perform action for 20 items</button> <button>Cancel</button></div><!----><!--]--><!--]-->",
48
+
}
49
+
`;
50
+
51
+
exports[`Example localized/dynamic-text/App.svelte > should render 1`] =`
52
+
{
53
+
"body": "<!--[--><!--[!-->You have 10 unread emails.<!--]--><!--]-->",
54
+
"head": "",
55
+
"html": "<!--[--><!--[!-->You have 10 unread emails.<!--]--><!--]-->",
56
+
}
57
+
`;
58
+
59
+
exports[`Example localized/static-text/App.svelte > should render 1`] =`
exports[`Example overlay/static-text/App.svelte > should render 1`] =`
88
+
{
89
+
"body": "<!--[--><svelte-fluent-overlay style="display: contents;">Read the <a data-l10n-name="link" href="https://example.com/">documentation</a> for more information.</svelte-fluent-overlay><!--]-->",
"html": "<!--[--><svelte-fluent-overlay style="display: contents;">Read the <a data-l10n-name="link" href="https://example.com/">documentation</a> for more information.</svelte-fluent-overlay><!--]-->",
92
+
}
93
+
`;
94
+
95
+
exports[`Example provider/App.svelte > should render 1`] =`
exports[`Example tutorial/interpolation-custom-functions/App.svelte > should render 1`] =`
128
+
{
129
+
"body": "<!--[--><div><!--[!-->Weekday 2 is Tuesday<!--]--><!----></div> <div><!--[!-->Weekday of 2/6/2024 is Tuesday<!--]--><!----></div><!--]-->",
130
+
"head": "",
131
+
"html": "<!--[--><div><!--[!-->Weekday 2 is Tuesday<!--]--><!----></div> <div><!--[!-->Weekday of 2/6/2024 is Tuesday<!--]--><!----></div><!--]-->",
132
+
}
133
+
`;
134
+
135
+
exports[`Example tutorial/interpolation-formatting/App.svelte > should render 1`] =`
136
+
{
137
+
"body": "<!--[--><div><!--[!-->Your DPI ratio is 1.778<!--]--><!----></div> <div><!--[!-->Your account balance is $1,234.56<!--]--><!----></div> <div><!--[!-->Today is September 13, 2022<!--]--><!----></div><!--]-->",
138
+
"head": "",
139
+
"html": "<!--[--><div><!--[!-->Your DPI ratio is 1.778<!--]--><!----></div> <div><!--[!-->Your account balance is $1,234.56<!--]--><!----></div> <div><!--[!-->Today is September 13, 2022<!--]--><!----></div><!--]-->",
140
+
}
141
+
`;
142
+
143
+
exports[`Example tutorial/multi-language/App.svelte > should render 1`] =`
0 commit comments