Update spec description to be accurate

This commit is contained in:
Kevin Sawicki 2013-06-04 12:08:25 -07:00
parent 06a5234d10
commit 7dec3866cf

View File

@ -340,7 +340,7 @@ describe "TokenizedBuffer", ->
beforeEach ->
fullyTokenize(tokenizedBuffer)
it "renders each surrogate pair as its own atomic token with a value of size 1", ->
it "renders each surrogate pair as its own atomic token", ->
screenLine0 = tokenizedBuffer.lineForScreenRow(0)
expect(screenLine0.text).toBe "'abc\uD835\uDF97def'"
{ tokens } = screenLine0