dgrok
dgrok copied to clipboard
Fix issue Failure to parse ZEROBASEDSTRINGS compiler directive
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 )