I THINK this is due to the prepareInputStep where blank spaces are replaced a code 32 single-space ( "printable space") instead of the regular blank space which you typed.
Try commenting out lines 528-531 or thereabout
/* { pattern: ` +`, replaceWith: ` ` }, */