Added error codes to SyntaxTest expectations (updated tests)

This commit is contained in:
a3d4
2020-06-22 16:51:47 +02:00
parent 8ebe7676d5
commit e04cedafc5
1775 changed files with 3951 additions and 3952 deletions
@@ -9,4 +9,4 @@ contract C
}
}
// ----
// SyntaxError: (81-87): Variable declarations can only be used inside blocks.
// SyntaxError 9079: (81-87): Variable declarations can only be used inside blocks.
@@ -10,4 +10,4 @@ contract C
}
}
// ----
// SyntaxError: (109-115): Variable declarations can only be used inside blocks.
// SyntaxError 9079: (109-115): Variable declarations can only be used inside blocks.
@@ -8,4 +8,4 @@ contract C
}
}
// ----
// SyntaxError: (107-113): Variable declarations can only be used inside blocks.
// SyntaxError 9079: (107-113): Variable declarations can only be used inside blocks.
@@ -8,4 +8,4 @@ contract C
}
}
// ----
// SyntaxError: (89-95): Variable declarations can only be used inside blocks.
// SyntaxError 9079: (89-95): Variable declarations can only be used inside blocks.
@@ -8,4 +8,4 @@ contract C
}
}
// ----
// SyntaxError: (92-98): Variable declarations can only be used inside blocks.
// SyntaxError 9079: (92-98): Variable declarations can only be used inside blocks.