|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP
|
2 | 2 |
|
3 |
| -exports[`renders ./antdv-demo/docs/popconfirm/demo/basic.md correctly 1`] = `<a href="#" class="">Delete</a>`; |
| 3 | +exports[`renders ./antdv-demo/docs/popconfirm/demo/basic.md correctly 1`] = `<!----><a href="#">Delete</a>`; |
4 | 4 |
|
5 | 5 | exports[`renders ./antdv-demo/docs/popconfirm/demo/dynamic-trigger.md correctly 1`] = `
|
6 |
| -<div><a href="#" class="">Delete a task</a> <br> <br> |
7 |
| - Whether directly execute:<label class="ant-checkbox-wrapper"><span class="ant-checkbox ant-checkbox-checked"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span></label></div> |
| 6 | +<div> |
| 7 | + <!----><a href="#">Delete a task</a><br><br> Whether directly execute:<label class="ant-checkbox-wrapper ant-checkbox-wrapper-checked"><span class="ant-checkbox ant-checkbox-checked"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span> |
| 8 | + <!----></label></div> |
8 | 9 | `;
|
9 | 10 |
|
10 |
| -exports[`renders ./antdv-demo/docs/popconfirm/demo/icon.md correctly 1`] = `<a href="#" class="">Delete</a>`; |
| 11 | +exports[`renders ./antdv-demo/docs/popconfirm/demo/icon.md correctly 1`] = `<!----><a href="#">Delete</a>`; |
11 | 12 |
|
12 |
| -exports[`renders ./antdv-demo/docs/popconfirm/demo/local.md correctly 1`] = `<a href="#" class="">Delete</a>`; |
| 13 | +exports[`renders ./antdv-demo/docs/popconfirm/demo/local.md correctly 1`] = `<!----><a href="#">Delete</a>`; |
13 | 14 |
|
14 | 15 | exports[`renders ./antdv-demo/docs/popconfirm/demo/placement.md correctly 1`] = `
|
15 | 16 | <div id="components-a-popconfirm-demo-placement">
|
16 |
| - <div style="margin-left: 70px; white-space: nowrap;"><button type="button" class="ant-btn"><span>TL</span></button> <button type="button" class="ant-btn"><span>Top</span></button> <button type="button" class="ant-btn"><span>TR</span></button></div> |
17 |
| - <div style="width: 70px; float: left;"><button type="button" class="ant-btn"><span>LT</span></button> <button type="button" class="ant-btn"><span>Left</span></button> <button type="button" class="ant-btn"><span>LB</span></button></div> |
18 |
| - <div style="width: 70px; margin-left: 304px;"><button type="button" class="ant-btn"><span>RT</span></button> <button type="button" class="ant-btn"><span>Right</span></button> <button type="button" class="ant-btn"><span>RB</span></button></div> |
19 |
| - <div style="margin-left: 70px; clear: both; white-space: nowrap;"><button type="button" class="ant-btn"><span>BL</span></button> <button type="button" class="ant-btn"><span>Bottom</span></button> <button type="button" class="ant-btn"><span>BR</span></button></div> |
| 17 | + <div style="margin-left: 70px; white-space: nowrap;"> |
| 18 | + <!----><button class="ant-btn" type="button"> |
| 19 | + <!----><span>TL</span></button> |
| 20 | + <!----><button class="ant-btn" type="button"> |
| 21 | + <!----><span>Top</span></button> |
| 22 | + <!----><button class="ant-btn" type="button"> |
| 23 | + <!----><span>TR</span></button></div> |
| 24 | + <div style="width: 70px; float: left;"> |
| 25 | + <!----><button class="ant-btn" type="button"> |
| 26 | + <!----><span>LT</span></button> |
| 27 | + <!----><button class="ant-btn" type="button"> |
| 28 | + <!----><span>Left</span></button> |
| 29 | + <!----><button class="ant-btn" type="button"> |
| 30 | + <!----><span>LB</span></button></div> |
| 31 | + <div style="width: 70px; margin-left: 304px;"> |
| 32 | + <!----><button class="ant-btn" type="button"> |
| 33 | + <!----><span>RT</span></button> |
| 34 | + <!----><button class="ant-btn" type="button"> |
| 35 | + <!----><span>Right</span></button> |
| 36 | + <!----><button class="ant-btn" type="button"> |
| 37 | + <!----><span>RB</span></button></div> |
| 38 | + <div style="margin-left: 70px; clear: both; white-space: nowrap;"> |
| 39 | + <!----><button class="ant-btn" type="button"> |
| 40 | + <!----><span>BL</span></button> |
| 41 | + <!----><button class="ant-btn" type="button"> |
| 42 | + <!----><span>Bottom</span></button> |
| 43 | + <!----><button class="ant-btn" type="button"> |
| 44 | + <!----><span>BR</span></button></div> |
20 | 45 | </div>
|
21 | 46 | `;
|
0 commit comments