feat(graphql): treat block strings as markdown

This commit is contained in:
Pavel Lang 2018-12-08 03:35:28 +01:00
parent d605a30cc7
commit 1ff4648d05
No known key found for this signature in database
GPG key ID: 623A223A57974B55
2 changed files with 9 additions and 10 deletions

View file

@ -100,15 +100,9 @@ testTokenization('graphql', [
],
},
{
line: 'Node interface',
line: 'This is MarkDown',
tokens: [
{ startIndex: 0, type: "string.gql" }
],
},
{
line: '- allows (re)fetch arbitrary entity only by ID',
tokens: [
{ startIndex: 0, type: "string.gql" }
{ startIndex: 0, type: "" }
],
},
{