forked from graphql-go/graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes tests that was broken with enhancements made to the
lexer
wit…
…h commit graphql-go#137 - Increased coverage for `lexer` package to 100% - Added more tests to cover parsing unicode strings (graphql-go#135) as well. - Fixed invalid test for `lexer` properly escaping slashes for TokenString type
- Loading branch information
Showing
5 changed files
with
312 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ package gqlerrors | |
import ( | ||
"fmt" | ||
"regexp" | ||
|
||
"strings" | ||
|
||
"github.com/graphql-go/graphql/language/ast" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.