Merge pull request #1010 from sveltejs/windows-sanity-check

check files with names like [foo].html work on windows
pull/1016/head
Rich Harris 8 years ago committed by GitHub
commit 0da8191800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
<Foo/> <Foo/>
<script> <script>
import Foo from './@foo.html'; import Foo from './[foo].html';
export default { export default {
components: { Foo } components: { Foo }

Loading…
Cancel
Save