You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect that's expected, because I see the same behaviour when running that code example through inklecate, but I may miss something. Can you confirm the behaviour is different between inklecate 1.0.0 and what's currently in main (which is compatible with Ink 1.0.0)?
Describe the bug
Whitespaces before glue marks are being trimmed.
To Reproduce
If I compile this ink:
It gives this (excerpt of) JSON:
Notice there is a whitespace after "Partial ".
But when I load this with InkGD (latest from master) the whitespaces are trimmed.
Expected behavior
The whitespaces should be kept to allow concatenation with text from the selected choice.
Ink files
THe one above
Environment:
Additional context
I think is something here
The text was updated successfully, but these errors were encountered: