summaryrefslogtreecommitdiff
path: root/tests/examplefiles/graphql/ex07_fragments2.graphql.output
diff options
context:
space:
mode:
authormazza <128099384+mazza-av@users.noreply.github.com>2023-05-14 05:29:03 -0400
committerGitHub <noreply@github.com>2023-05-14 11:29:03 +0200
commit2401866e5afee0aa67fe5064a9ab41d06ecbde6d (patch)
tree0d389f38ac3b1fe3d8d3f4d9b00d390c31fe1fb8 /tests/examplefiles/graphql/ex07_fragments2.graphql.output
parent9f9c907f24d9c7f847739b15597ddd86b7d0efd8 (diff)
downloadpygments-git-2401866e5afee0aa67fe5064a9ab41d06ecbde6d.tar.gz
Add support for GraphQL (#2428)
Co-authored-by: Jean Abou Samra <jean@abou-samra.fr>
Diffstat (limited to 'tests/examplefiles/graphql/ex07_fragments2.graphql.output')
-rw-r--r--tests/examplefiles/graphql/ex07_fragments2.graphql.output99
1 files changed, 99 insertions, 0 deletions
diff --git a/tests/examplefiles/graphql/ex07_fragments2.graphql.output b/tests/examplefiles/graphql/ex07_fragments2.graphql.output
new file mode 100644
index 00000000..2ee8e6cd
--- /dev/null
+++ b/tests/examplefiles/graphql/ex07_fragments2.graphql.output
@@ -0,0 +1,99 @@
+'query' Keyword
+' ' Text.Whitespace
+'HeroComparison' Name.Function
+'(' Punctuation
+'$first' Name.Variable
+':' Punctuation
+' ' Text.Whitespace
+'Int' Name.Builtin
+' ' Text.Whitespace
+'=' Punctuation
+' ' Text.Whitespace
+'3' Literal.Number.Integer
+')' Punctuation
+' ' Text.Whitespace
+'{' Punctuation
+'\n ' Text.Whitespace
+'leftComparison' Name.Label
+':' Punctuation
+' ' Text.Whitespace
+'hero' Name
+'(' Punctuation
+'episode' Name
+':' Punctuation
+' ' Text.Whitespace
+'EMPIRE' Name.Constant
+')' Punctuation
+' ' Text.Whitespace
+'{' Punctuation
+'\n ' Text.Whitespace
+'...' Punctuation
+'comparisonFields' Name
+'\n ' Text.Whitespace
+'}' Punctuation
+'\n ' Text.Whitespace
+'rightComparison' Name.Label
+':' Punctuation
+' ' Text.Whitespace
+'hero' Name
+'(' Punctuation
+'episode' Name
+':' Punctuation
+' ' Text.Whitespace
+'JEDI' Name.Constant
+')' Punctuation
+' ' Text.Whitespace
+'{' Punctuation
+'\n ' Text.Whitespace
+'...' Punctuation
+'comparisonFields' Name
+'\n ' Text.Whitespace
+'}' Punctuation
+'\n' Text.Whitespace
+
+'}' Punctuation
+'\n\n' Text.Whitespace
+
+'fragment' Keyword
+' ' Text.Whitespace
+'comparisonFields' Name.Function
+' ' Text.Whitespace
+'on' Keyword
+' ' Text.Whitespace
+'Character' Name.Class
+' ' Text.Whitespace
+'{' Punctuation
+'\n ' Text.Whitespace
+'name' Name
+'\n ' Text.Whitespace
+'friendsConnection' Name
+'(' Punctuation
+'first' Name
+':' Punctuation
+' ' Text.Whitespace
+'$first' Name.Variable
+')' Punctuation
+' ' Text.Whitespace
+'{' Punctuation
+'\n ' Text.Whitespace
+'totalCount' Name
+'\n ' Text.Whitespace
+'edges' Name
+' ' Text.Whitespace
+'{' Punctuation
+'\n ' Text.Whitespace
+'node' Name
+' ' Text.Whitespace
+'{' Punctuation
+'\n ' Text.Whitespace
+'name' Name
+'\n ' Text.Whitespace
+'}' Punctuation
+'\n ' Text.Whitespace
+'}' Punctuation
+'\n ' Text.Whitespace
+'}' Punctuation
+'\n' Text.Whitespace
+
+'}' Punctuation
+'\n' Text.Whitespace