Skip to content

Commit ec27d10

Browse files
author
zhouguojing02
committed
fix: test.js error
1 parent df35c1e commit ec27d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var md2conflu = require('./')
22
var assert = require('assert')
33

44
var pairs = [
5-
['#h1', 'h1. h1\n\n']
5+
['# h1', 'h1. h1\n\n']
66
, ['head1\n===', 'h1. head1\n\n']
77
, ['### h3', 'h3. h3\n\n']
88
]

0 commit comments

Comments
 (0)