bbrk24 / lexifer-ts

The code behind the Lexifer web app
https://www.npmjs.com/package/lexifer
MIT License
17 stars 2 forks source link

Whitespace in cluster header issue #5

Closed Neonnaut closed 1 year ago

Neonnaut commented 1 year ago

It seems if I have a cluster table like:

%  p t 
a + -
e - -

And put a space after 't', It says Error: cluster field row too short.

Putting a space after '-' etc is fine though.

bbrk24 commented 1 year ago

I've seen this issue before. I thought I fixed it already.

bbrk24 commented 1 year ago

I just checked, a fix already exists, but lingweenie.org doesn't have the most up-to-date version of the script.

bbrk24 commented 1 year ago

lingweenie.org now has the most up-to-date version.

Neonnaut commented 1 year ago

nice