Open superxcgm opened 3 years ago
Process
User can use \ on line end to wrap long line to multiple small line
\
Given: User type
echo hello\ world
When: Press Enter Then: Output hellowrold
hellowrold
echo hello\ world\ haha
When: Press Enter Then: Output hellowroldhaha
hellowroldhaha
Epic
Process
Description
User can use
\
on line end to wrap long line to multiple small lineAC
Given: User type
When: Press Enter Then: Output
hellowrold
Given: User type
When: Press Enter Then: Output
hellowroldhaha