tolstoyevsky / gits

Web-based terminal emulator
Apache License 2.0
7 stars 1 forks source link

Missing tests #87

Closed eugulixes closed 7 years ago

eugulixes commented 7 years ago

@dshil, it's ready to be reviewed.

dshil commented 7 years ago

@eugulixes, can we add a test case where a tab symbol will be at the end:

echo -e "Buzzword\t"
eugulixes commented 7 years ago

@dshil, it's almost useless because tabs make sense before text.

eugulixes commented 7 years ago

@dshil, comments were taken into account. Also, I explicitly chek number of spaces (see echo -e "Hello,\tWorld!" case).