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

Loading…
Cancel
Save