Skip to content

Commit

Permalink
Quick formatting consistency fix for new test
Browse files Browse the repository at this point in the history
  • Loading branch information
miangraham-ss committed Feb 26, 2013
1 parent c348344 commit 5031b1f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions test/lib/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ check(
)

check(
['## Title should be included'
, ''
, '```js'
, 'function foo () {'
, ' // ## This title should be ignored'
, '}'
, '## This title should also be ignored'
, '```'
, ''
, '## Title should also be included'
[ '## Title should be included'
, ''
, '```js'
, 'function foo () {'
, ' // ## This title should be ignored'
, '}'
, '## This title should also be ignored'
, '```'
, ''
, '## Title should also be included'
].join('\n')
, [ '**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*\n\n'
, '- [Title should be included](#title-should-be-included)\n'
, '- [Title should also be included](#title-should-also-be-included)\n\n'
, '- [Title should be included](#title-should-be-included)\n'
, '- [Title should also be included](#title-should-also-be-included)\n\n'
].join('')
)

0 comments on commit 5031b1f

Please sign in to comment.