Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now we load flatten functions for spaces with `@flatten` source. Source starting with @ assumes that it describes the file name, yet here it isn't. Then luacov fails to find "flatten" file on coverage info build. When we do not specify source explicitly, the whole string becames the source. It will not confuse luacov anymore (it just ignores them), and it's more helpful for debug. 1. https://www.lua.org/manual/5.2/manual.html#pdf-load Closes #249
- Loading branch information