@@ -103,13 +103,13 @@ void main() async {
103103 treeToDebugString (root),
104104 equalsIgnoringHashCodes (
105105 '[root]\n '
106- ' └─MyApp\n '
107- ' └─MaterialApp\n '
108- ' └─Scaffold\n '
109- ' ├─Center\n '
110- ' │ └─Text\n '
111- ' └─AppBar\n '
112- ' └─Text\n ' ,
106+ ' └─MyApp\n '
107+ ' └─MaterialApp\n '
108+ ' └─Scaffold\n '
109+ ' ├─Center\n '
110+ ' │ └─Text\n '
111+ ' └─AppBar\n '
112+ ' └─Text\n ' ,
113113 ),
114114 );
115115 RemoteDiagnosticsNode nodeInSummaryTree =
@@ -119,11 +119,11 @@ void main() async {
119119 treeToDebugString (nodeInSummaryTree),
120120 equalsIgnoringHashCodes (
121121 'MaterialApp\n '
122- ' └─Scaffold\n '
123- ' ├─Center\n '
124- ' │ └─Text\n '
125- ' └─AppBar\n '
126- ' └─Text\n ' ,
122+ ' └─Scaffold\n '
123+ ' ├─Center\n '
124+ ' │ └─Text\n '
125+ ' └─AppBar\n '
126+ ' └─Text\n ' ,
127127 ),
128128 );
129129 RemoteDiagnosticsNode nodeInDetailsTree =
@@ -149,22 +149,22 @@ void main() async {
149149 treeToDebugString (nodeInDetailsTree),
150150 equalsIgnoringHashCodes (
151151 'Text\n '
152- ' │ data: "Hello, World!"\n '
153- ' │ textAlign: null\n '
154- ' │ textDirection: null\n '
155- ' │ locale: null\n '
156- ' │ softWrap: null\n '
157- ' │ overflow: null\n '
158- ' │ textScaleFactor: null\n '
159- ' │ maxLines: null\n '
160- ' │ dependencies: [DefaultTextStyle, MediaQuery]\n '
161- ' │\n '
162- ' └─RichText\n '
163- ' softWrap: wrapping at box width\n '
164- ' maxLines: unlimited\n '
165- ' text: "Hello, World!"\n '
166- ' dependencies: [_LocalizationsScope-[GlobalKey#00000], Directionality]\n '
167- ' renderObject: RenderParagraph#00000 relayoutBoundary=up2\n ' ,
152+ ' │ data: "Hello, World!"\n '
153+ ' │ textAlign: null\n '
154+ ' │ textDirection: null\n '
155+ ' │ locale: null\n '
156+ ' │ softWrap: null\n '
157+ ' │ overflow: null\n '
158+ ' │ textScaleFactor: null\n '
159+ ' │ maxLines: null\n '
160+ ' │ dependencies: [DefaultTextStyle, MediaQuery]\n '
161+ ' │\n '
162+ ' └─RichText\n '
163+ ' softWrap: wrapping at box width\n '
164+ ' maxLines: unlimited\n '
165+ ' text: "Hello, World!"\n '
166+ ' dependencies: [_LocalizationsScope-[GlobalKey#00000], Directionality]\n '
167+ ' renderObject: RenderParagraph#00000 relayoutBoundary=up2\n ' ,
168168 ),
169169 );
170170 expect (nodeInDetailsTree.valueRef, equals (nodeInSummaryTree.valueRef));
@@ -178,7 +178,7 @@ void main() async {
178178 treeToDebugString (selection),
179179 equalsIgnoringHashCodes (
180180 'Text\n '
181- ' └─RichText\n ' ,
181+ ' └─RichText\n ' ,
182182 ),
183183 );
184184
@@ -189,7 +189,7 @@ void main() async {
189189 treeToDebugString (selection),
190190 equalsIgnoringHashCodes (
191191 'RenderParagraph#00000 relayoutBoundary=up2\n '
192- ' └─text: TextSpan\n ' ,
192+ ' └─text: TextSpan\n ' ,
193193 ),
194194 );
195195
@@ -212,7 +212,7 @@ void main() async {
212212 treeToDebugString (root),
213213 equalsIgnoringHashCodes (
214214 'RenderView#00000\n '
215- ' └─child: RenderSemanticsAnnotations#00000\n ' ,
215+ ' └─child: RenderSemanticsAnnotations#00000\n ' ,
216216 ),
217217 );
218218 final child = findNodeMatching (root, 'RenderSemanticsAnnotations' );
@@ -222,21 +222,21 @@ void main() async {
222222 treeToDebugString (childDetailsSubtree),
223223 equalsIgnoringHashCodes (
224224 'child: RenderSemanticsAnnotations#00000\n '
225- ' │ parentData: <none>\n '
226- ' │ constraints: BoxConstraints(w=800.0, h=600.0)\n '
227- ' │ size: Size(800.0, 600.0)\n '
228- ' │\n '
229- ' └─child: RenderCustomPaint#00000\n '
230- ' │ parentData: <none> (can use size)\n '
231- ' │ constraints: BoxConstraints(w=800.0, h=600.0)\n '
232- ' │ size: Size(800.0, 600.0)\n '
233- ' │\n '
234- ' └─child: RenderPointerListener#00000\n '
235- ' parentData: <none> (can use size)\n '
236- ' constraints: BoxConstraints(w=800.0, h=600.0)\n '
237- ' size: Size(800.0, 600.0)\n '
238- ' behavior: deferToChild\n '
239- ' listeners: down, up, cancel\n ' ,
225+ ' │ parentData: <none>\n '
226+ ' │ constraints: BoxConstraints(w=800.0, h=600.0)\n '
227+ ' │ size: Size(800.0, 600.0)\n '
228+ ' │\n '
229+ ' └─child: RenderCustomPaint#00000\n '
230+ ' │ parentData: <none> (can use size)\n '
231+ ' │ constraints: BoxConstraints(w=800.0, h=600.0)\n '
232+ ' │ size: Size(800.0, 600.0)\n '
233+ ' │\n '
234+ ' └─child: RenderPointerListener#00000\n '
235+ ' parentData: <none> (can use size)\n '
236+ ' constraints: BoxConstraints(w=800.0, h=600.0)\n '
237+ ' size: Size(800.0, 600.0)\n '
238+ ' behavior: deferToChild\n '
239+ ' listeners: down, up, cancel\n ' ,
240240 ),
241241 );
242242
@@ -249,7 +249,7 @@ void main() async {
249249 treeToDebugString (selection),
250250 equalsIgnoringHashCodes (
251251 'RenderSemanticsAnnotations#00000\n '
252- ' └─child: RenderCustomPaint#00000\n ' ,
252+ ' └─child: RenderCustomPaint#00000\n ' ,
253253 ),
254254 );
255255 });
0 commit comments