Skip to content

Commit

Permalink
Update php-spec.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamamdreza1000 authored Apr 17, 2019
1 parent 6fcfa21 commit 12061fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/php-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -1877,8 +1877,7 @@ describe 'PHP grammar', ->
expect(lines[0][1]).toEqual value: '(', scopes: ['source.php', 'meta.function-call.php', 'punctuation.definition.arguments.begin.bracket.round.php']
expect(lines[1][1]).toEqual value: '<<<', scopes: ['source.php', 'meta.function-call.php', 'string.unquoted.heredoc.php', 'punctuation.definition.string.php']
expect(lines[1][2]).toEqual value: 'HEREDOC', scopes: ['source.php', 'meta.function-call.php', 'string.unquoted.heredoc.php', 'keyword.operator.heredoc.php']
expect(lines[2][0]).toEqual value: ' ', scopes: ['source.php', 'meta.function-call.php', 'string.unquoted.heredoc.php']
expect(lines[2][1]).toEqual value: 'This is just a cool test.', scopes: ['source.php', 'meta.function-call.php', 'string.unquoted.heredoc.php']
expect(lines[2][0]).toEqual value: ' This is just a cool test.', scopes: ['source.php', 'meta.function-call.php', 'string.unquoted.heredoc.php']
expect(lines[3][1]).toEqual value: 'HEREDOC', scopes: ['source.php', 'meta.function-call.php', 'string.unquoted.heredoc.php', 'keyword.operator.heredoc.php']
expect(lines[3][2]).toEqual value: ',', scopes: ['source.php', 'meta.function-call.php', 'punctuation.separator.delimiter.php']
expect(lines[4][1]).toEqual value: '$', scopes: ['source.php', 'meta.function-call.php', 'variable.other.php', 'punctuation.definition.variable.php']
Expand Down

0 comments on commit 12061fd

Please sign in to comment.