Skip to content

Commit

Permalink
Updated example files
Browse files Browse the repository at this point in the history
Updated example files

Fixed the "expected" file name and made the original test file more interesting.
  • Loading branch information
EliJDonahue committed Oct 19, 2016
1 parent e7c76a3 commit 4043731
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions examples/nested-jsbeautifyrc/xml-config/original/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
<handlers accessPolicy="Read, Script" />
<directoryBrowse enabled="false" />
<defaultDocument>
<files><clear /><add value="Default.aspx" /><add value="default.asp" />
<add value="index.html" /><add value="index.htm" /><add value="default.html" />
<add value="default.htm" /></files>
<files>
<clear />
<add value="Default.aspx" />
<add value="default.asp" />
<add value="index.html" />
<add value="index.htm" />
<add value="default.html" />
<add value="default.htm" />
</files>
</defaultDocument>
<httpErrors>
<clear />
Expand Down

0 comments on commit 4043731

Please sign in to comment.