whitespace
This commit is contained in:
@ -71,7 +71,7 @@ TEST_F(LibraryObjects, variables)
|
|||||||
FILE *fp = fopen("test_variable.file", "w");
|
FILE *fp = fopen("test_variable.file", "w");
|
||||||
fputs("# test file for file style variable\n\n\none\n two \n\n"
|
fputs("# test file for file style variable\n\n\none\n two \n\n"
|
||||||
"three # with comment\nfour ! with non-comment\n"
|
"three # with comment\nfour ! with non-comment\n"
|
||||||
"# comments only\n five\n#END\n",
|
"# comments only\n five\n#END\n",
|
||||||
fp);
|
fp);
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user