def-gthill / lexurgy

A high-powered sound change applier
GNU General Public License v3.0
42 stars 5 forks source link

Fix include when the main path is just a filename #70

Closed def-gthill closed 12 months ago

def-gthill commented 12 months ago

Fixes NullPointerException when the main sound change file is given as a bare file name and it tries to include another file.

This should supersede #69; it implements the same fix in a slightly cleaner way, and adds test cases to verify the behaviour.