Fix scope name in TokenizedBuffer test

This commit is contained in:
Max Brunsfeld
2017-09-21 15:52:07 -07:00
parent 58035e4682
commit b1a3460ad9

View File

@@ -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']
})
})
})