mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Update spec description to be accurate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user