@@ -103,13 +103,13 @@ void main() async {
103
103
treeToDebugString (root),
104
104
equalsIgnoringHashCodes (
105
105
'[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 ' ,
113
113
),
114
114
);
115
115
RemoteDiagnosticsNode nodeInSummaryTree =
@@ -119,11 +119,11 @@ void main() async {
119
119
treeToDebugString (nodeInSummaryTree),
120
120
equalsIgnoringHashCodes (
121
121
'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 ' ,
127
127
),
128
128
);
129
129
RemoteDiagnosticsNode nodeInDetailsTree =
@@ -149,22 +149,22 @@ void main() async {
149
149
treeToDebugString (nodeInDetailsTree),
150
150
equalsIgnoringHashCodes (
151
151
'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 ' ,
168
168
),
169
169
);
170
170
expect (nodeInDetailsTree.valueRef, equals (nodeInSummaryTree.valueRef));
@@ -178,7 +178,7 @@ void main() async {
178
178
treeToDebugString (selection),
179
179
equalsIgnoringHashCodes (
180
180
'Text\n '
181
- ' └─RichText\n ' ,
181
+ ' └─RichText\n ' ,
182
182
),
183
183
);
184
184
@@ -189,7 +189,7 @@ void main() async {
189
189
treeToDebugString (selection),
190
190
equalsIgnoringHashCodes (
191
191
'RenderParagraph#00000 relayoutBoundary=up2\n '
192
- ' └─text: TextSpan\n ' ,
192
+ ' └─text: TextSpan\n ' ,
193
193
),
194
194
);
195
195
@@ -212,7 +212,7 @@ void main() async {
212
212
treeToDebugString (root),
213
213
equalsIgnoringHashCodes (
214
214
'RenderView#00000\n '
215
- ' └─child: RenderSemanticsAnnotations#00000\n ' ,
215
+ ' └─child: RenderSemanticsAnnotations#00000\n ' ,
216
216
),
217
217
);
218
218
final child = findNodeMatching (root, 'RenderSemanticsAnnotations' );
@@ -222,21 +222,21 @@ void main() async {
222
222
treeToDebugString (childDetailsSubtree),
223
223
equalsIgnoringHashCodes (
224
224
'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 ' ,
240
240
),
241
241
);
242
242
@@ -249,7 +249,7 @@ void main() async {
249
249
treeToDebugString (selection),
250
250
equalsIgnoringHashCodes (
251
251
'RenderSemanticsAnnotations#00000\n '
252
- ' └─child: RenderCustomPaint#00000\n ' ,
252
+ ' └─child: RenderCustomPaint#00000\n ' ,
253
253
),
254
254
);
255
255
});
0 commit comments