add unit test for TextFileReader class

This commit is contained in:
Axel Kohlmeyer
2021-04-23 21:18:07 -04:00
parent 5933750a85
commit 8c50f56548
3 changed files with 154 additions and 1 deletions

View File

@ -105,8 +105,8 @@ protected:
"# comments only\n five\n#END\n",
fp);
fclose(fp);
fp = fopen("test_variable.atomfile", "w");
fp = fopen("test_variable.atomfile", "w");
fputs("# test file for atomfile style variable\n\n"
"4 # four lines\n4 0.5 #with comment\n"
"2 -0.5 \n3 1.5\n1 -1.5\n\n"