Yonaba / Jumper

Fast, lightweight and easy-to-use pathfinding library for grid-based games
http://yonaba.github.io/Jumper
MIT License
607 stars 122 forks source link

Remove invalid string escape. #48

Open StefansM opened 8 years ago

StefansM commented 8 years ago

The test uses an escaped backtick in a string literal. This works in lua 5.1, but causes an "invalid escape sequence" error in lua 5.3.