feat: first chunk of lexer/parser translation.
This commit is contained in:
@@ -11,8 +11,8 @@ public class ContentTextTest
|
||||
[InlineData("Hel\\lo!", "Hello!", 0)]
|
||||
[InlineData("Hel<lo!", "Hel<lo!", 0)]
|
||||
// TODO: check error situations better when diverts (->), threads (<-) and tags (#) are supported
|
||||
[InlineData("Hel->lo!", "", 1)]
|
||||
[InlineData("Hel<-lo!", "", 1)]
|
||||
// [InlineData("Hel->lo!", "", 1)]
|
||||
// [InlineData("Hel<-lo!", "", 1)]
|
||||
[InlineData("Hel#lo!", "", 1)]
|
||||
public void TestBaseContentSuccess(string inkInput, string result, int numErrors)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user