Adjusts tests to source locations for structured documentation errors.

This commit is contained in:
Erik Kundt
2020-02-14 15:53:39 +01:00
parent cfc70ede5c
commit 85fc0b597b
3 changed files with 8 additions and 4 deletions
@@ -7,5 +7,5 @@ contract C {
}
}
// ----
// DocstringParsingError: Documented parameter "" not found in the parameter list of the function.
// DocstringParsingError: Documented parameter "_" not found in the parameter list of the function.
// DocstringParsingError: (17-101): Documented parameter "" not found in the parameter list of the function.
// DocstringParsingError: (17-101): Documented parameter "_" not found in the parameter list of the function.