TestKeywords
Keywords separate several parameters:
add
1
and append
x
add
2
and append
y
--r
check
sum
3
--r
check
appends
xy
--w
check
appends
XY
The keywords can be spread across every second cell as you like, as long as the words are split to get the right extended camel case result:
add
1
and
x
append
add and append
1
x
addAndAppend
1
x
1
add and append
x
1
x
add and append