clean test log
This commit is contained in:
parent
7c9cfcaf60
commit
90e356be16
1 changed files with 0 additions and 3 deletions
|
|
@ -52,14 +52,12 @@ module.exports = {
|
|||
|
||||
"test: header 1 ": function() {
|
||||
var tokens = this.tokenizer.getLineTokens("#f", "start").tokens;
|
||||
console.log(tokens);
|
||||
assert.equal(tokens.length, 1);
|
||||
assert.equal(tokens[0].type, 'markup.heading.1');
|
||||
},
|
||||
|
||||
"test: header 2": function() {
|
||||
var tokens = this.tokenizer.getLineTokens("## foo", "start").tokens;
|
||||
console.log(tokens);
|
||||
assert.equal(tokens.length, 1);
|
||||
assert.equal(tokens[0].type, 'markup.heading.2');
|
||||
},
|
||||
|
|
@ -72,7 +70,6 @@ module.exports = {
|
|||
|
||||
"test: header ends with '#'": function() {
|
||||
var tokens = this.tokenizer.getLineTokens("#foo# ", "start").tokens;
|
||||
console.log(tokens);
|
||||
assert.equal(tokens.length, 1);
|
||||
assert.equal(tokens[0].type, 'markup.heading.1');
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue