evoldoers / biomake

GNU-Make-like utility for managing builds and complex workflows
BSD 3-Clause "New" or "Revised" License
102 stars 9 forks source link

Fix to prevent over-eager consumption of backslashes as part of target. #34

Closed cmungall closed 7 years ago

cmungall commented 7 years ago

Fixes #33 Previously a string "bar1\\nbar2" would not parse using makefile_targets//1, this was because the first target was being parsed as "bar\", breaking the "\\n" whitespace delimiter.

cmungall commented 7 years ago

Should probably add specific tests for this, feel free to assign me