Skip to content

Commit a4192df

Browse files
committed
Fix test to check ATX header
1 parent 890efc1 commit a4192df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smoke/render/render-commonmark.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tests.forEach((test) => {
2323
"commonmark",
2424
true,
2525
[ensureFileRegexMatches(output.outputPath, [
26-
/test(\r\n?|\n)================/,
26+
/^# test$/gm,
2727
])],
2828
);
2929
});

0 commit comments

Comments
 (0)