@@ -83,49 +83,49 @@ public class MaterialComposableUsageDetectorTest : LintDetectorTest() {
83
83
"""
84
84
src/foo/test.kt:9: ${explanation(" Button" to " ButtonFilled" )}
85
85
Button()
86
- ~~~~~~~~
86
+ ~~~~~~
87
87
src/foo/test.kt:10: ${explanation(" ElevatedButton" to " ButtonFilled" )}
88
88
ElevatedButton()
89
- ~~~~~~~~~~~~~~~~
89
+ ~~~~~~~~~~~~~~
90
90
src/foo/test.kt:11: ${explanation(" FilledTonalButton" to " ButtonTinted" )}
91
91
FilledTonalButton()
92
- ~~~~~~~~~~~~~~~~~~~
92
+ ~~~~~~~~~~~~~~~~~
93
93
src/foo/test.kt:12: ${explanation(" OutlinedButton" to " ButtonOutlined" )}
94
94
OutlinedButton()
95
- ~~~~~~~~~~~~~~~~
95
+ ~~~~~~~~~~~~~~
96
96
src/foo/test.kt:13: ${explanation(" TextButton" to " ButtonGhost" )}
97
97
TextButton()
98
- ~~~~~~~~~~~~
98
+ ~~~~~~~~~~
99
99
src/foo/test.kt:14: ${explanation(" OutlinedTextField" to " TextField" )}
100
100
OutlinedTextField()
101
- ~~~~~~~~~~~~~~~~~~~
101
+ ~~~~~~~~~~~~~~~~~
102
102
src/foo/test.kt:15: ${explanation(" FilledTextField" to " TextField" )}
103
103
FilledTextField()
104
- ~~~~~~~~~~~~~~~~~
104
+ ~~~~~~~~~~~~~~~
105
105
src/foo/test.kt:16: ${explanation(" CheckBox" to " CheckBox" )}
106
106
CheckBox()
107
- ~~~~~~~~~~
107
+ ~~~~~~~~
108
108
src/foo/test.kt:17: ${explanation(" TriStateCheckbox" to " CheckBox" )}
109
109
TriStateCheckbox()
110
- ~~~~~~~~~~~~~~~~~~
110
+ ~~~~~~~~~~~~~~~~
111
111
src/foo/test.kt:18: ${explanation(" RadioButton" to " RadioButton" )}
112
112
RadioButton()
113
- ~~~~~~~~~~~~~
113
+ ~~~~~~~~~~~
114
114
src/foo/test.kt:19: ${explanation(" Switch" to " Switch" )}
115
115
Switch()
116
- ~~~~~~~~
116
+ ~~~~~~
117
117
src/foo/test.kt:20: ${explanation(" Snackbar" to " Snackbar" )}
118
118
Snackbar()
119
- ~~~~~~~~~~
119
+ ~~~~~~~~
120
120
src/foo/test.kt:21: ${explanation(" LinearProgressIndicator" to " LinearProgressIndicator" )}
121
121
LinearProgressIndicator()
122
- ~~~~~~~~~~~~~~~~~~~~~~~~~
122
+ ~~~~~~~~~~~~~~~~~~~~~~~
123
123
src/foo/test.kt:22: ${explanation(" CircularProgressIndicator" to " CircularProgressIndicator" )}
124
124
CircularProgressIndicator()
125
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~
125
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
126
126
src/foo/test.kt:23: ${explanation(" MaterialTheme" to " SparkTheme" )}
127
127
MaterialTheme()
128
- ~~~~~~~~~~~~~~~
128
+ ~~~~~~~~~~~~~
129
129
15 errors, 0 warnings
130
130
""" .trimIndent(),
131
131
)
@@ -231,7 +231,7 @@ public class MaterialComposableUsageDetectorTest : LintDetectorTest() {
231
231
"""
232
232
src/foo/test.kt:8: ${explanation(" Image" to " Illustration" )}
233
233
Image()
234
- ~~~~~~~
234
+ ~~~~~
235
235
1 errors, 0 warnings
236
236
""" .trimIndent(),
237
237
)
@@ -273,10 +273,10 @@ public class MaterialComposableUsageDetectorTest : LintDetectorTest() {
273
273
"""
274
274
src/foo/test.kt:9: ${explanation(" AsyncImage" to " Image" )}
275
275
AsyncImage()
276
- ~~~~~~~~~~~~
276
+ ~~~~~~~~~~
277
277
src/foo/test.kt:10: ${explanation(" SubcomposeAsyncImage" to " Image" )}
278
278
SubcomposeAsyncImage()
279
- ~~~~~~~~~~~~~~~~~~~~~~
279
+ ~~~~~~~~~~~~~~~~~~~~
280
280
2 errors, 0 warnings
281
281
""" .trimIndent(),
282
282
)
0 commit comments