UNPKG
machinepack-strings
Version:
latest (6.1.1)
6.1.1
6.1.0
6.0.2
6.0.1
6.0.0
6.0.0-1
6.0.0-0
5.2.0-2
5.2.0-1
5.2.0-0
5.1.0
5.0.0
4.3.0
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.1.1
3.1.0
3.0.0
2.3.2
2.3.0
2.2.0
2.1.0
2.0.0
Work with strings.
github.com/treelinehq/machinepack-strings
treelinehq/machinepack-strings
machinepack-strings
/
test
/
to-upper-case.json
13 lines
(12 loc)
•
307 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"machine"
:
"to-upper-case"
,
"expectations"
:
[
{
"using"
:
{
"string"
:
"I'm just a lonely little string...Just hungry for lov3.. SO HUNGRY!!!!!"
}
,
"outcome"
:
"success"
,
"returns"
:
"I'M JUST A LONELY LITTLE STRING...JUST HUNGRY FOR LOV3.. SO HUNGRY!!!!!"
}
]
}