Skip to content

Commit

Permalink
Merge pull request #1010 from sveltejs/windows-sanity-check
Browse files Browse the repository at this point in the history
check files with names like [foo].html work on windows
  • Loading branch information
Rich-Harris authored Dec 12, 2017
2 parents 2bbe088 + ffd06c4 commit 0da8191
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server-side-rendering/samples/sanitize-name/main.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Foo/>

<script>
import Foo from './@foo.html';
import Foo from './[foo].html';

export default {
components: { Foo }
Expand Down

0 comments on commit 0da8191

Please sign in to comment.