-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
741f4df
commit 2f819fb
Showing
7 changed files
with
71 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,12 @@ | |
"commands": [ | ||
"dotnet-example" | ||
] | ||
}, | ||
"verify.tool": { | ||
"version": "0.6.0", | ||
"commands": [ | ||
"dotnet-verify" | ||
] | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
src/Errata.Tests/Expectations/Report/Rendering/LeftPadding.Output.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Error [CS0019]: Operator '/' cannot be applied to operands of type 'string' and 'int' | ||
NOTE: Try changing the type | ||
┌─[Program.cs] | ||
│ | ||
15 │ var qux = foo / bar; | ||
· ─┬─ ┬ ─┬─ | ||
· ╰──────── This is of type 'int' | ||
· │ │ | ||
· │ ╰── This is of type 'string' | ||
· │ | ||
· ╰───── Division is not possible | ||
│ | ||
└─ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters