Skip to content

Commit 462aed5

Browse files
Not sure why these two snapshosts changed, weird
1 parent d41e2f4 commit 462aed5

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

test/unit/__snapshots__/pad.test.ts.snap

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,25 @@
33
exports[`notepad runs 1`] = `
44
<table
55
style="padding: 1em; overflow: auto; resize: horizontal; min-width: 40em;"
6-
/>
6+
>
7+
<tr>
8+
<input
9+
style="font-size: 100%; font-family: monospace; width: 100%; border: none; white-space: pre-wrap;text-indent: 0em;"
10+
type="text"
11+
/>
12+
</tr>
13+
</table>
714
`;
815

916
exports[`notepad status area ... 1`] = `
1017
<table
1118
style="padding: 1em; overflow: auto; resize: horizontal; min-width: 40em;"
12-
/>
19+
>
20+
<tr>
21+
<input
22+
style="font-size: 100%; font-family: monospace; width: 100%; border: none; white-space: pre-wrap;text-indent: 0em;"
23+
type="text"
24+
/>
25+
</tr>
26+
</table>
1327
`;

0 commit comments

Comments
 (0)