Skip to content

Commit 8c8e83f

Browse files
[Quill] - Moved delta doc matcher into source code and exposed publicly so other projects can use it. (#2208)
1 parent db29ba7 commit 8c8e83f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed
File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
library super_editor_quill_test;
2+
3+
export 'src/testing/quill_delta_comparison.dart';

super_editor_quill/test/serializing_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import 'package:flutter_test/flutter_test.dart';
33
import 'package:super_editor/super_editor.dart';
44
import 'package:super_editor_quill/src/parsing/parser.dart';
55
import 'package:super_editor_quill/src/serializing/serializing.dart';
6+
import 'package:super_editor_quill/super_editor_quill_test.dart';
67

7-
import 'quill_delta_comparison.dart';
88
import 'test_documents.dart';
99

1010
void main() {

0 commit comments

Comments
 (0)