Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit b94d8d2

Browse files
Update test name
Co-authored-by: Sadick <[email protected]>
1 parent 6c0da47 commit b94d8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/php-spec.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ describe 'PHP grammar', ->
317317
expect(tokens[9]).toEqual value: ':', scopes: ["source.php", "keyword.operator.ternary.php"]
318318
expect(tokens[12]).toEqual value: '::', scopes: ["source.php", "keyword.operator.class.php"]
319319

320-
it 'should NOT tokenize goto label in ternary', ->
320+
it 'should NOT tokenize a ternary statement as a goto label', ->
321321
# See https://github.com/atom/language-php/issues/386
322322
lines = grammar.tokenizeLines '''
323323
$a ?

0 commit comments

Comments
 (0)