khanat-opennel-code/code/nel/tools/nel_unit_test/ut_misc_files/cfg_with_bad_test.cfg
2010-05-06 02:08:41 +02:00

23 lines
No EOL
468 B
INI

// insert a var just to prove we can't read it
ASimpleVar = "hello";
// A bad preprocessor command
# UnknowCommand
// a closing endif without matching ifdef
#endif
// a series of invalid command
#include blop // missing quote
#include "blop // missing closing quote
#optional blop
#optional "blop
#define *1234 // invalid label
#ifdef *1234 // still invalid label
// a opening ifdef not closed
#ifdef FOO
// NB : do not close the #ifdef