File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
test/rmui_bundle_updater_suggestors Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 '
You can’t perform that action at this time.
0 commit comments