File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ const query = gql`
6161 lastName
6262 }
6363 }
64- ` ;
64+ ` ) ;
6565```
6666
6767The list of recognized tag names is defined by the ` g:graphql_javascript_tags `
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Given javascript (Template literal with a graphql() function):
7878 lastName
7979 }
8080 }
81- `;
81+ `) ;
8282
8383Execute (Syntax assertions):
8484 AssertEqual 'javascript', b:current_syntax
@@ -98,7 +98,7 @@ Given javascript (Custom function):
9898 lastName
9999 }
100100 }
101- `;
101+ `) ;
102102
103103Execute (Function names can be customized):
104104 let b:graphql_javascript_functions = ['gql']
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Given typescript (Template literal with a graphql() function):
9595 lastName
9696 }
9797 }
98- `;
98+ `) ;
9999
100100Execute (Syntax assertions):
101101 AssertEqual 'typescript', b:current_syntax
You can’t perform that action at this time.
0 commit comments