Skip to content

Commit

Permalink
replace space by tab, see ruleset-style.md (EFForg#5846)
Browse files Browse the repository at this point in the history
* replace space by tab, see ruleset-style.md

* fix extra space
  • Loading branch information
julianladisch authored and J0WI committed Jul 28, 2016
1 parent 0eb2a16 commit e8475a0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ruleset-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ target host with a left-side wildcard, and at least ten test URLs for each
target host with a right-side wildcard. But this is not yet implemented.

# Example:
<ruleset name="example.com">
<target host="example.com" />
<target host="*.example.com" />
<ruleset name="example.com">
<target host="example.com" />
<target host="*.example.com" />

<test url="http://www.example.com/" />
<test url="http://beta.example.com/" />
<test url="http://www.example.com/" />
<test url="http://beta.example.com/" />

<rule from="^http://([\w-]+\.)?example\.com/"
to="https://$1example.com/" />
<rule from="^http://([\w-]+\.)?example\.com/"
to="https://$1example.com/" />

</ruleset>
</ruleset>

This ruleset has one implicit test URL from a target host
("http://example.com/"). The other target host has a wildcard, so creates no
Expand Down

0 comments on commit e8475a0

Please sign in to comment.