UNPKG

machinepack-strings

Version:
26 lines 521 B
{ "machine": "trim", "expectations": [ { "using": { "string": " yo ho ho " }, "outcome": "success", "returns": "yo ho ho" }, { "using": { "string": "yo ho ho ho " }, "outcome": "success", "returns": "yo ho ho ho" }, { "using": { "string": " hey yo ho ho ho" }, "outcome": "success", "returns": "hey yo ho ho ho" } ] }