提交 acc4e94e 编写于 作者: M Martin Aeschlimann

[html] fix failing test

上级 e49ce72c
......@@ -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]);
});
});
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册