1
1
mirror of https://github.com/walles/moar.git synced 2024-10-26 21:13:11 +03:00
Commit Graph

1 Commits

Author SHA1 Message Date
Johan Walles
ebba21a409 Dodge corner case issue
If call "highlight" on an empty file the output will have a line.

We don't really care about that.

This change renames empty.txt (which highlight wants to highlight) into
just "empty", which highlight will not try to highligt, so no line is
added and the test passes.
2019-07-15 18:49:25 +02:00