dgrok icon indicating copy to clipboard operation
dgrok copied to clipboard

Fix issue Failure to parse ZEROBASEDSTRINGS compiler directive

Open d-c-d opened this issue 4 years ago • 0 comments

Fix issue Failure to parse ZEROBASEDSTRINGS compiler directive joewhite#6 https://github.com/joewhite/dgrok/issues/6

Add an ignored directive type for ZEROBASEDSTRINGS to Source/DGrok.Framework/Framework/TokenFilter.cs

Add a new test case ZeroBasedStringsCompilerDirectivesAreIgnored() to verifiy that {$ZEROBASEDSTRINGS ... } is ignored ( doesn't really check the value of the parameter ON/OFF )

d-c-d avatar Jun 15 '20 03:06 d-c-d