codicocodes / dotfyle

Find the best Neovim plugins
https://dotfyle.com
MIT License
600 stars 29 forks source link

Fix image parsing regex bug #97

Open codicocodes opened 6 months ago

codicocodes commented 6 months ago

https://github.com/codicocodes/dotfyle/blob/224da07bd115b0baa48647005ba4711a316274ac/src/lib/server/media/parser.spec.ts#L88-L94

Make this test and all other tests pass, the image matching code is trash but at least we're starting to have some test coverage so we can refactor when appropriate