Cabbage Logo
Back to Cabbage Site

Tab parsing glitch

From the following two lines:

label	bounds(5,5,100,15), text("WITH TAB")
label bounds(5,45,100,15), text("WITHOUT TAB")

the first line (which includes a tab character after ‘label’) will not be shown, the second line is fine.

Tested on the latest OSX build.

Yikes, I’ll sort that asap.

This is fixed now in git. I’ll run off a new OSX build on Monday.