mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
[html] fix failing test
This commit is contained in:
@@ -78,8 +78,8 @@ suite('HTML Link Detection', () => {
|
||||
});
|
||||
|
||||
test('Link detection', () => {
|
||||
testLinkDetection('<img src="foo.png">', [9]);
|
||||
testLinkDetection('<a href="http://server/foo.html">', [8]);
|
||||
testLinkDetection('<img src="foo.png">', [10]);
|
||||
testLinkDetection('<a href="http://server/foo.html">', [9]);
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user