There was an error while loading. Please reload this page.
1 parent d41e2f4 commit 462aed5Copy full SHA for 462aed5
1 file changed
test/unit/__snapshots__/pad.test.ts.snap
@@ -3,11 +3,25 @@
3
exports[`notepad runs 1`] = `
4
<table
5
style="padding: 1em; overflow: auto; resize: horizontal; min-width: 40em;"
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>
14
`;
15
16
exports[`notepad status area ... 1`] = `
17
18
19
20
21
22
23
24
25
26
27
0 commit comments