C#: Update expected test output

This commit is contained in:
Tom Hvitved
2021-02-02 08:52:28 +01:00
parent 249e431e87
commit 1ffa15ea96
2 changed files with 12 additions and 6 deletions

View File

@@ -83,8 +83,8 @@ BinaryPattern.cs:
# 10| 0: [VariablePatternExpr] Object o
# 10| 0: [TypeMention] object
# 10| 1: [RecursivePatternExpr] { ... }
# 10| 0: [LocalVariableDeclExpr] BinaryPattern u
# 10| 1: [TypeAccess] access to type BinaryPattern
# 10| 0: [VariablePatternExpr] BinaryPattern u
# 10| 1: [TypeAccessPatternExpr] access to type BinaryPattern
# 10| 0: [TypeMention] BinaryPattern
# 10| 3: [PropertyPatternExpr] { ... }
# 10| 0: [ConstantPatternExpr,IntLiteral,LabeledPatternExpr] 1
@@ -608,14 +608,14 @@ ParenthesizedPattern.cs:
# 9| 0: [IsExpr] ... is ...
# 9| 0: [ParameterAccess] access to parameter o
# 9| 1: [RecursivePatternExpr] { ... }
# 9| 0: [LocalVariableDeclExpr] Object p1
# 9| 0: [VariablePatternExpr] Object p1
# 9| 3: [PropertyPatternExpr] { ... }
# 10| 1: [BlockStmt] {...}
# 13| 1: [IfStmt] if (...) ...
# 13| 0: [IsExpr] ... is ...
# 13| 0: [ParameterAccess] access to parameter o
# 13| 1: [RecursivePatternExpr] { ... }
# 13| 0: [LocalVariableDeclExpr] Object p2
# 13| 0: [VariablePatternExpr] Object p2
# 13| 3: [PropertyPatternExpr] { ... }
# 14| 1: [BlockStmt] {...}
# 19| 6: [Method] M2
@@ -1039,8 +1039,8 @@ UnaryPattern.cs:
# 12| 0: [ParameterAccess] access to parameter c
# 12| 1: [NotPatternExpr] not ...
# 12| 0: [RecursivePatternExpr] { ... }
# 12| 0: [LocalVariableDeclExpr] UnaryPattern u
# 12| 1: [TypeAccess] access to type UnaryPattern
# 12| 0: [VariablePatternExpr] UnaryPattern u
# 12| 1: [TypeAccessPatternExpr] access to type UnaryPattern
# 12| 0: [TypeMention] UnaryPattern
# 12| 3: [PropertyPatternExpr] { ... }
# 12| 0: [ConstantPatternExpr,IntLiteral,LabeledPatternExpr] 1

View File

@@ -1,6 +1,10 @@
| BinaryPattern.cs:10:14:10:21 | Object o | Object |
| BinaryPattern.cs:10:27:10:39 | access to type BinaryPattern | BinaryPattern |
| BinaryPattern.cs:10:27:10:51 | BinaryPattern u | BinaryPattern |
| BinaryPattern.cs:12:14:12:21 | Object o | Object |
| BinaryPattern.cs:12:27:12:41 | BinaryPattern u | BinaryPattern |
| ParenthesizedPattern.cs:9:18:9:22 | Object p1 | Object |
| ParenthesizedPattern.cs:13:19:13:23 | Object p2 | Object |
| ParenthesizedPattern.cs:25:13:25:15 | T t | T |
| ParenthesizedPattern.cs:26:14:26:22 | Object o1 | Object |
| ParenthesizedPattern.cs:27:14:27:19 | access to type String | String |
@@ -10,3 +14,5 @@
| TypePattern.cs:12:13:12:20 | Double d | Double |
| TypePattern.cs:13:13:13:25 | access to type String | String |
| TypePattern.cs:14:13:14:27 | Object o | Object |
| UnaryPattern.cs:12:18:12:29 | access to type UnaryPattern | UnaryPattern |
| UnaryPattern.cs:12:18:12:41 | UnaryPattern u | UnaryPattern |