#include <eh_utils.h>
#include <check.h>
Go to the source code of this file.
Variables | |
gchar * | test_dlmfile [] |
gchar* test_dlmfile[] |
Initial value:
{ "/* a single line comment */\n" , "0, 1\n" , "/* a multiple line comment\n" , " that doesn't end until here. */\n" , "2, 3 // c++ style comment\n" , " \n" , "4, 5, # another type of comment and an extra comma\n" , "6; /* ; is also a valid delimiter */ 7\n" , "// comment at the end without a newline character" , NULL }
Definition at line 4 of file eh_utils_unit_test.c.