@@ -6,27 +6,27 @@ exports[`debug 1`] = `
6
6
Is the banana fresh?
7
7
</Text >
8
8
<Text
9
- testID =\\ "bananaFresh\\ "
9
+ testID = " bananaFresh"
10
10
>
11
11
not fresh
12
12
</Text >
13
13
<TextInput
14
- placeholder =\\ "Add custom freshness\\ "
15
- testID =\\ "bananaCustomFreshness\\ "
16
- value =\\ "Custom Freshie\\ "
14
+ placeholder = " Add custom freshness"
15
+ testID = " bananaCustomFreshness"
16
+ value = " Custom Freshie"
17
17
/>
18
18
<TextInput
19
- defaultValue =\\ "What did you inspect?\\ "
20
- placeholder =\\ "Who inspected freshness?\\ "
21
- testID =\\ "bananaChef\\ "
22
- value =\\ "I inspected freshie\\ "
19
+ defaultValue = " What did you inspect?"
20
+ placeholder = " Who inspected freshness?"
21
+ testID = " bananaChef"
22
+ value = " I inspected freshie"
23
23
/>
24
24
<TextInput
25
- defaultValue =\\ "What banana?\\ "
25
+ defaultValue = " What banana?"
26
26
/>
27
27
<TextInput
28
- defaultValue =\\ "hello\\ "
29
- value =\\"\\ "
28
+ defaultValue = " hello"
29
+ value = " "
30
30
/>
31
31
<View
32
32
accessible = { true }
@@ -41,7 +41,7 @@ exports[`debug 1`] = `
41
41
onStartShouldSetResponder = { [Function onStartShouldSetResponder ]}
42
42
style = {
43
43
Object {
44
- \\ " opacity\\ " : 1 ,
44
+ " opacity" : 1 ,
45
45
}
46
46
}
47
47
>
@@ -50,12 +50,12 @@ exports[`debug 1`] = `
50
50
</Text >
51
51
</View >
52
52
<Text
53
- testID =\\ "duplicateText\\ "
53
+ testID = " duplicateText"
54
54
>
55
55
First Text
56
56
</Text >
57
57
<Text
58
- testID =\\ "duplicateText\\ "
58
+ testID = " duplicateText"
59
59
>
60
60
Second Text
61
61
</Text >
@@ -71,27 +71,27 @@ exports[`debug changing component: bananaFresh button message should now be "fre
71
71
Is the banana fresh?
72
72
</Text >
73
73
<Text
74
- testID =\\ "bananaFresh\\ "
74
+ testID = " bananaFresh"
75
75
>
76
76
fresh
77
77
</Text >
78
78
<TextInput
79
- placeholder =\\ "Add custom freshness\\ "
80
- testID =\\ "bananaCustomFreshness\\ "
81
- value =\\ "Custom Freshie\\ "
79
+ placeholder = " Add custom freshness"
80
+ testID = " bananaCustomFreshness"
81
+ value = " Custom Freshie"
82
82
/>
83
83
<TextInput
84
- defaultValue =\\ "What did you inspect?\\ "
85
- placeholder =\\ "Who inspected freshness?\\ "
86
- testID =\\ "bananaChef\\ "
87
- value =\\ "I inspected freshie\\ "
84
+ defaultValue = " What did you inspect?"
85
+ placeholder = " Who inspected freshness?"
86
+ testID = " bananaChef"
87
+ value = " I inspected freshie"
88
88
/>
89
89
<TextInput
90
- defaultValue =\\ "What banana?\\ "
90
+ defaultValue = " What banana?"
91
91
/>
92
92
<TextInput
93
- defaultValue =\\ "hello\\ "
94
- value =\\"\\ "
93
+ defaultValue = " hello"
94
+ value = " "
95
95
/>
96
96
<View
97
97
accessible = { true }
@@ -106,7 +106,7 @@ exports[`debug changing component: bananaFresh button message should now be "fre
106
106
onStartShouldSetResponder = { [Function onStartShouldSetResponder ]}
107
107
style = {
108
108
Object {
109
- \\ " opacity\\ " : 1 ,
109
+ " opacity" : 1 ,
110
110
}
111
111
}
112
112
>
@@ -115,12 +115,12 @@ exports[`debug changing component: bananaFresh button message should now be "fre
115
115
</Text >
116
116
</View >
117
117
<Text
118
- testID =\\ "duplicateText\\ "
118
+ testID = " duplicateText"
119
119
>
120
120
First Text
121
121
</Text >
122
122
<Text
123
- testID =\\ "duplicateText\\ "
123
+ testID = " duplicateText"
124
124
>
125
125
Second Text
126
126
</Text >
@@ -136,41 +136,41 @@ exports[`debug: shallow 1`] = `
136
136
Is the banana fresh?
137
137
</Text >
138
138
<Text
139
- testID =\\ "bananaFresh\\ "
139
+ testID = " bananaFresh"
140
140
>
141
141
not fresh
142
142
</Text >
143
143
<TextInput
144
- placeholder =\\ "Add custom freshness\\ "
145
- testID =\\ "bananaCustomFreshness\\ "
146
- value =\\ "Custom Freshie\\ "
144
+ placeholder = " Add custom freshness"
145
+ testID = " bananaCustomFreshness"
146
+ value = " Custom Freshie"
147
147
/>
148
148
<TextInput
149
- defaultValue =\\ "What did you inspect?\\ "
150
- placeholder =\\ "Who inspected freshness?\\ "
151
- testID =\\ "bananaChef\\ "
152
- value =\\ "I inspected freshie\\ "
149
+ defaultValue = " What did you inspect?"
150
+ placeholder = " Who inspected freshness?"
151
+ testID = " bananaChef"
152
+ value = " I inspected freshie"
153
153
/>
154
154
<TextInput
155
- defaultValue =\\ "What banana?\\ "
155
+ defaultValue = " What banana?"
156
156
/>
157
157
<TextInput
158
- defaultValue =\\ "hello\\ "
159
- value =\\"\\ "
158
+ defaultValue = " hello"
159
+ value = " "
160
160
/>
161
161
<MyButton
162
162
onPress = { [Function anonymous ]}
163
- type =\\ "primary\\ "
163
+ type = " primary"
164
164
>
165
165
Change freshness!
166
166
</MyButton >
167
167
<Text
168
- testID =\\ "duplicateText\\ "
168
+ testID = " duplicateText"
169
169
>
170
170
First Text
171
171
</Text >
172
172
<Text
173
- testID =\\ "duplicateText\\ "
173
+ testID = " duplicateText"
174
174
>
175
175
Second Text
176
176
</Text >
@@ -188,41 +188,41 @@ exports[`debug: shallow with message 1`] = `
188
188
Is the banana fresh?
189
189
</Text >
190
190
<Text
191
- testID =\\ "bananaFresh\\ "
191
+ testID = " bananaFresh"
192
192
>
193
193
not fresh
194
194
</Text >
195
195
<TextInput
196
- placeholder =\\ "Add custom freshness\\ "
197
- testID =\\ "bananaCustomFreshness\\ "
198
- value =\\ "Custom Freshie\\ "
196
+ placeholder = " Add custom freshness"
197
+ testID = " bananaCustomFreshness"
198
+ value = " Custom Freshie"
199
199
/>
200
200
<TextInput
201
- defaultValue =\\ "What did you inspect?\\ "
202
- placeholder =\\ "Who inspected freshness?\\ "
203
- testID =\\ "bananaChef\\ "
204
- value =\\ "I inspected freshie\\ "
201
+ defaultValue = " What did you inspect?"
202
+ placeholder = " Who inspected freshness?"
203
+ testID = " bananaChef"
204
+ value = " I inspected freshie"
205
205
/>
206
206
<TextInput
207
- defaultValue =\\ "What banana?\\ "
207
+ defaultValue = " What banana?"
208
208
/>
209
209
<TextInput
210
- defaultValue =\\ "hello\\ "
211
- value =\\"\\ "
210
+ defaultValue = " hello"
211
+ value = " "
212
212
/>
213
213
<MyButton
214
214
onPress = { [Function anonymous ]}
215
- type =\\ "primary\\ "
215
+ type = " primary"
216
216
>
217
217
Change freshness!
218
218
</MyButton >
219
219
<Text
220
- testID =\\ "duplicateText\\ "
220
+ testID = " duplicateText"
221
221
>
222
222
First Text
223
223
</Text >
224
224
<Text
225
- testID =\\ "duplicateText\\ "
225
+ testID = " duplicateText"
226
226
>
227
227
Second Text
228
228
</Text >
@@ -240,27 +240,27 @@ exports[`debug: with message 1`] = `
240
240
Is the banana fresh?
241
241
</Text >
242
242
<Text
243
- testID =\\ "bananaFresh\\ "
243
+ testID = " bananaFresh"
244
244
>
245
245
not fresh
246
246
</Text >
247
247
<TextInput
248
- placeholder =\\ "Add custom freshness\\ "
249
- testID =\\ "bananaCustomFreshness\\ "
250
- value =\\ "Custom Freshie\\ "
248
+ placeholder = " Add custom freshness"
249
+ testID = " bananaCustomFreshness"
250
+ value = " Custom Freshie"
251
251
/>
252
252
<TextInput
253
- defaultValue =\\ "What did you inspect?\\ "
254
- placeholder =\\ "Who inspected freshness?\\ "
255
- testID =\\ "bananaChef\\ "
256
- value =\\ "I inspected freshie\\ "
253
+ defaultValue = " What did you inspect?"
254
+ placeholder = " Who inspected freshness?"
255
+ testID = " bananaChef"
256
+ value = " I inspected freshie"
257
257
/>
258
258
<TextInput
259
- defaultValue =\\ "What banana?\\ "
259
+ defaultValue = " What banana?"
260
260
/>
261
261
<TextInput
262
- defaultValue =\\ "hello\\ "
263
- value =\\"\\ "
262
+ defaultValue = " hello"
263
+ value = " "
264
264
/>
265
265
<View
266
266
accessible = { true }
@@ -275,7 +275,7 @@ exports[`debug: with message 1`] = `
275
275
onStartShouldSetResponder = { [Function onStartShouldSetResponder ]}
276
276
style = {
277
277
Object {
278
- \\ " opacity\\ " : 1 ,
278
+ " opacity" : 1 ,
279
279
}
280
280
}
281
281
>
@@ -284,12 +284,12 @@ exports[`debug: with message 1`] = `
284
284
</Text >
285
285
</View >
286
286
<Text
287
- testID =\\ "duplicateText\\ "
287
+ testID = " duplicateText"
288
288
>
289
289
First Text
290
290
</Text >
291
291
<Text
292
- testID =\\ "duplicateText\\ "
292
+ testID = " duplicateText"
293
293
>
294
294
Second Text
295
295
</Text >
@@ -312,7 +312,7 @@ exports[`toJSON 1`] = `
312
312
onResponderTerminationRequest = { [Function ]}
313
313
onStartShouldSetResponder = { [Function ]}
314
314
style = {
315
- Object {
315
+ {
316
316
" opacity" : 1 ,
317
317
}
318
318
}
0 commit comments