machinepack-strings
Version:
Work with strings.
26 lines • 521 B
JSON
{
"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"
}
]
}