23 lines
310 B
Plaintext
23 lines
310 B
Plaintext
|
Hello this is my test
|
||
|
|
||
|
#ignore
|
||
|
TESTING should not be overriden
|
||
|
#endignore
|
||
|
|
||
|
TESTING should be overriden
|
||
|
|
||
|
#if TEST0
|
||
|
#ignore
|
||
|
TESTING should not be overriden too
|
||
|
#endignore
|
||
|
|
||
|
TESTING should be overriden too
|
||
|
#endif
|
||
|
#if TEST1
|
||
|
|
||
|
#ignore
|
||
|
TESTING should not be overriden
|
||
|
#endignore
|
||
|
|
||
|
TESTING should not be overriden
|
||
|
#endif
|