Michael-F-Bryan / include_dir

The logical evolution of the include_str macro for embedding a directory tree into your binary.
https://michael-f-bryan.github.io/include_dir
MIT License
319 stars 36 forks source link

Add test to check issue #99 #101

Open Cerber-Ursi opened 3 weeks ago

Cerber-Ursi commented 3 weeks ago

I've added a new test which is essentially a slight simplification of the original error case in #99 . I've checked manually - if I revert the change from https://github.com/Michael-F-Bryan/include_dir/commit/20f94752dae75025f5bea4dd2dbb76e0fbe3ac6b, the test fails to compile. Not sure if this is a good way to check this, but at least for this specific regression it works.