mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge branch 'master' into editor
This commit is contained in:
@@ -44,6 +44,11 @@ describe "Builder", ->
|
||||
builder.tag 'br', id: 'foo'
|
||||
expect(builder.toHtml()).toBe '<br id="foo">'
|
||||
|
||||
describe ".raw(text)", ->
|
||||
it "does not escape html entities", ->
|
||||
builder.raw ' '
|
||||
expect(builder.toHtml()).toBe ' '
|
||||
|
||||
describe ".subview(name, template, attrs)", ->
|
||||
template = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user