Improved variable definitions
This commit is contained in:
parent
2f7319e6a0
commit
4f6750dc8e
7 changed files with 48 additions and 22 deletions
|
@ -28,6 +28,7 @@ func TestErrors(t *testing.T) {
|
|||
{"MissingGroupStart.q", errors.MissingGroupStart},
|
||||
{"VariableAlreadyExists.q", &errors.VariableAlreadyExists{Name: "a"}},
|
||||
{"UnknownIdentifier.q", &errors.UnknownIdentifier{Name: "x"}},
|
||||
{"UnknownIdentifier2.q", &errors.UnknownIdentifier{Name: "x"}},
|
||||
}
|
||||
|
||||
for _, test := range tests {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue