mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Fix scope name in TokenizedBuffer test
This commit is contained in:
@@ -372,7 +372,7 @@ describe('TokenizedBuffer', () => {
|
||||
fullyTokenize(tokenizedBuffer)
|
||||
expect(tokenizedBuffer.tokenizedLines[0].tokens[0]).toEqual({
|
||||
value: '<',
|
||||
scopes: ['text.html.ruby', 'meta.tag.block.any.html', 'punctuation.definition.tag.begin.html']
|
||||
scopes: ['text.html.ruby', 'meta.tag.block.div.html', 'punctuation.definition.tag.begin.html']
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user