mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 13:38:56 +08:00
61eede4501
* fix: 修复 office-viewer 不支持问边框组合问题 * 修复表格行替换导致内容插入到最后问题 * 优化正则性能
14 lines
307 B
TypeScript
14 lines
307 B
TypeScript
import {snapShotTest} from '../snapShotTest';
|
|
|
|
test('group', async () => {
|
|
snapShotTest('./docx/simple/group.docx');
|
|
});
|
|
|
|
test('group-in-group', async () => {
|
|
snapShotTest('./docx/simple/group-in-group.docx');
|
|
});
|
|
|
|
test('shape-group', async () => {
|
|
snapShotTest('./docx/simple/shape-group.docx');
|
|
});
|