Enhanced C#
Language of your choice: library documentation
|
Tests for known slugs (slowness bugs) and fixed bugs (regressions) More...
Tests for known slugs (slowness bugs) and fixed bugs (regressions)
Public Member Functions | |
void | Bug_2020_11_SynPredInTokenProblem () |
void | Bug_2017_08_UnexpectedWarning () |
void | Bug_2017_01_CannotSharePrematchData () |
void | Bug_2017_01_ErrorBranchCausesIncorrectRecognizer () |
void | Bug_2016_11 () |
void | Regression_2016_10 () |
void | Regression_2016_05 () |
void | Regression_2016_03_InappropriateSkip () |
void | Regression_2016_01_AndPredBug () |
void | Regression_2012_02 () |
void | Regression_2013_12_LI_LA () |
void | Regression_2013_12_Misc () |
void | Regression_2013_12_NullReferenceException () |
void | SlugTest1 () |
void | SlugTest2 () |
Additional Inherited Members | |
Protected Member Functions inherited from Loyc.LLParserGenerator.LlpgGeneralTestsBase | |
void | DualLanguageTest (string inputLES, string inputECS, string expected, IMessageSink sink=null) |
void | Test (string input, string expected, IMessageSink sink=null, IParsingService parser=null) |
Static Protected Member Functions inherited from Loyc.LLParserGenerator.LlpgGeneralTestsBase | |
static string | StripExtraWhitespace (string a) |
Protected fields inherited from Loyc.LLParserGenerator.LlpgGeneralTestsBase | |
IMessageSink | _sink = new SeverityMessageFilter(ConsoleMessageSink.Value, Severity.DebugDetail) |