Skip to content

Commit 89e33d1

Browse files
Add indentation test to fail
1 parent 4622c57 commit 89e33d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/rmui_bundle_updater_suggestors/html_script_updater_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,13 @@ void main() {
270270
getSuggestorTester(HtmlScriptUpdater.remove(rmuiBundleDev));
271271

272272
await removeTagSuggestor(
273-
expectedPatchCount: 4,
274273
shouldDartfmtOutput: false,
275274
input: ''
276275
'<script src="$rmuiBundleDev"></script>\n'
276+
' <script src="$rmuiBundleDev"></script>\n'
277277
'<script src="/something_else/$rmuiBundleDev"></script>\n'
278278
'<link rel="preload" href="$rmuiBundleDev" as="script">\n'
279+
' <link rel="preload" href="$rmuiBundleDev" as="script">\n'
279280
'<link rel="preload" href="${rmuiBundleDev}abc" as="script">\n'
280281
'<script src="$rmuiBundleDevUpdated" type="module"></script>\n'
281282
'<script src="${rmuiBundleDevUpdated}abc" type="module"></script>\n'

0 commit comments

Comments
 (0)