Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | List of all members
Loyc.LLParserGenerator.LlpgBugsAndSlugs Class Reference

Tests for known slugs (slowness bugs) and fixed bugs (regressions) More...


Source file:
Inheritance diagram for Loyc.LLParserGenerator.LlpgBugsAndSlugs:
Loyc.LLParserGenerator.LlpgGeneralTestsBase

Remarks

Tests for known slugs (slowness bugs) and fixed bugs (regressions)

Public Member Functions

void Regression_2016_03_InappropriateSkip ()
 
void Regression_2015_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(MessageSink.Console, Severity.Debug)