Upgrade dependencies and remove NET 6 #51
Annotations
10 errors
Run: Compile, Test, Pack
[xUnit.net 00:00:33.21] Acornima.Tests.ParserTests.ShouldParseLineComment [FAIL]
|
Run: Compile, Test, Pack:
_/test/Acornima.Tests/ParserTests.cs#L432
Assert.Equal() Failure: Strings differ
↓ (pos 23)
Expected: " this is a line comment "
Actual: " this is a line comment"
|
Run: Compile, Test, Pack
[xUnit.net 00:00:33.35] Acornima.Tests.ParserTests.ShouldParseCommentsWithinSliceOnly [FAIL]
|
Run: Compile, Test, Pack
[xUnit.net 00:00:33.36] Acornima.Tests.ParserTests.ShouldParseBlockComment [FAIL]
|
Run: Compile, Test, Pack:
_/test/Acornima.Tests/ParserTests.cs#L611
Assert.Equal() Failure: Values differ
Expected: [3,3..4,13)
Actual: [3,3..4,14)
|
Run: Compile, Test, Pack
[xUnit.net 00:00:33.40] Acornima.Tests.ParserTests.ShouldParseHtmlLikeLineComment(sourceType: "script", expectSyntaxError: False) [FAIL]
|
Run: Compile, Test, Pack:
_/test/Acornima.Tests/ParserTests.cs#L458
Assert.Equal() Failure: Strings differ
Expected: " this is a\nblock comment"
Actual: " this is a\nblock comment "
↑ (pos 24)
|
Run: Compile, Test, Pack:
_/test/Acornima.Tests/ParserTests.cs#L497
Assert.Equal() Failure: Strings differ
↓ (pos 10)
Expected: " this is a "
Actual: " this is a"
|
Run: Compile, Test, Pack
[xUnit.net 00:00:38.29] Acornima.Tests.ParserTests.ShouldParseLineComment [FAIL]
|
Run: Compile, Test, Pack:
_/test/Acornima.Tests/ParserTests.cs#L432
Assert.Equal() Failure: Strings differ
↓ (pos 23)
Expected: " this is a line comment "
Actual: " this is a line comment"
|
Loading