You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Positive integers starting from 1 required for error locations,
59
+
* from the spec <a href="https://spec.graphql.org/draft/#sec-Errors.Error-Result-Format">...</a>
@@ -72,6 +72,28 @@ class GraphQLErrorTest extends Specification {
72
72
73
73
}
74
74
75
+
def"toSpecification filters out error locations with line and column not starting at 1, as required in spec"() {
76
+
// See specification wording: https://spec.graphql.org/draft/#sec-Errors.Error-Result-Format
0 commit comments