Class: TestParagraphs
Defined in: | spec/templates/methods/paragraph_desc.coffee |
Instance Method Summary
- .br() This is a paragraph with a br.
- .olList() Compares two objects to determine equality.
- .spacing() This should be one paragraph.
- .twoParagraphs() This is two seperate paragraphs.
- .ulList() Compares two objects to determine equality.
Instance Method Details
.br()
This is a paragraph with a br.
Equality is based on some condition.
Oh look, a BR!
.olList()
Compares two objects to determine equality.
Equality is based on the condition that:
- the two
{Buffer}
s are the same - the two
scrollTop
andscrollLeft
property are the same - the two
{Cursor}
screen positions are the same
.spacing()
This should be one paragraph.
If soft tabs are enabled, this is a space (" "
) times the {::getTabLength}
value.
Otherwise, it's a tab (\t
).
.twoParagraphs()
This is two seperate paragraphs.
Equality is based on some condition.
Here I am, still yapping.
And I'm done.
.ulList()
Compares two objects to determine equality.
Equality is based on the condition that:
- the two
{Buffer}
s are the same - the two
scrollTop
andscrollLeft
property are the same - the two
{Cursor}
screen positions are the same