File tree Expand file tree Collapse file tree
packages/hyper_render_math/example Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ class MyApp extends StatelessWidget {
2525class MathExamplePage extends StatelessWidget {
2626 const MathExamplePage ({super .key});
2727
28- static final _registry =
29- HyperPluginRegistry () ..register (const MathNodePlugin ());
28+ static final _registry = HyperPluginRegistry ()
29+ ..register (const MathNodePlugin ());
3030
3131 static final _document = DocumentNode (children: [
3232 BlockNode (
Original file line number Diff line number Diff line change @@ -537,6 +537,7 @@ void main() {
537537 walk (c);
538538 }
539539 }
540+
540541 walk (doc);
541542
542543 expect (imgNode, isNotNull);
@@ -562,6 +563,7 @@ void main() {
562563 walk (c);
563564 }
564565 }
566+
565567 walk (doc);
566568
567569 expect (imgNode, isNotNull);
@@ -592,6 +594,7 @@ void main() {
592594 walk (c);
593595 }
594596 }
597+
595598 walk (doc);
596599
597600 expect (linkNode, isNotNull);
You can’t perform that action at this time.
0 commit comments