Browse Source

Indent children

renovate/configure
Yota Toyama 8 years ago
parent
commit
9671528a70
  1. 8
      file_checker_test.go

8
file_checker_test.go

@ -20,8 +20,8 @@ func TestFileCheckerExtractURLs(t *testing.T) {
{ {
` `
<div> <div>
<a href="https://google.com">Google</a> <a href="https://google.com">Google</a>
<a href="https://google.com">Google</a> <a href="https://google.com">Google</a>
</div> </div>
`, `,
1, 1,
@ -29,8 +29,8 @@ func TestFileCheckerExtractURLs(t *testing.T) {
{ {
` `
<div> <div>
<a href="https://google.com">Google</a> <a href="https://google.com">Google</a>
<a href="https://yahoo.com">Yahoo!</a> <a href="https://yahoo.com">Yahoo!</a>
</div> </div>
`, `,
2, 2,

Loading…
Cancel
Save