Add test for empty line

This commit is contained in:
Tim Schubert 2018-10-29 11:54:59 +01:00
parent 8dabb3fba8
commit e873bc4161
3 changed files with 3 additions and 0 deletions

View file

@ -375,5 +375,6 @@ int main(int argc, char *argv[]) {
if (close(SOCKFD) != 0) { if (close(SOCKFD) != 0) {
perror("close"); perror("close");
} }
printf("closing\n");
return 0; return 0;
} }

View file

@ -8,3 +8,4 @@
0xDEAD*4294967295 0xDEAD*4294967295
0x6F56-0xDEAD 0x6F56-0xDEAD
0xDEAD/0 0xDEAD/0

View file

@ -8,3 +8,4 @@
calc: failed to calculate calc: failed to calculate
calc: failed to calculate calc: failed to calculate
calc: failed to calculate calc: failed to calculate
closing