[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[nodeJS] 051 regress

SwikiCodeRobot @> #testNodeJSRegress

"This is not a great test. It depends on a Node internal, namely the slab size."
1 to: 8192 do: [:i|
	NodeBuffer size: i.
	(NodeBuffer size: 0) handle #write: ' ' with: #base64
].