aeternity / aeproject

Testing framework for Sophia Smart Contract development.
https://docs.aeternity.com/aeproject
ISC License
28 stars 18 forks source link

Can't include a file with a dash in name #433

Closed davidyuk closed 2 years ago

davidyuk commented 2 years ago

The problem is that - is misused in getFilesystem https://github.com/aeternity/aeproject/blob/038ac5eacf62f691313eb389db17d7b4eafb5ddc/src/lib/utils.js#L17 - without escaping meant to be a range, like [a-d] matches a, b, c, d