Checkin before I destroy everything.
This commit is contained in:
9
test.js
9
test.js
@@ -1,11 +1,12 @@
|
||||
test('Simple', function() {
|
||||
expect(0);
|
||||
asyncTest('Simple', function() {
|
||||
// expect(1);
|
||||
var parser = new RecentRunes(mediawiki);
|
||||
var result = parser.parse('wikidoc',
|
||||
console.log('foo');
|
||||
var result = parser.parseString('wikidoc',
|
||||
'=== Heading ===\n\
|
||||
This is a wiki doc.\n\
|
||||
How about some <b>bold and <i>bold italic</i></b>.\n\
|
||||
I would also love some <nowiki>nowiki <b>foo</b></nowiki>');
|
||||
console.log(result);
|
||||
document.body.appendChild(result[1]);
|
||||
document.body.appendChild(result);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user