Skip to content

Commit f7a99a3

Browse files
committed
$ExpectError
1 parent e7f2ae8 commit f7a99a3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

mdast-util-from-markdown.min.js.tmp-browserify-96696307650534585321

Whitespace-only changes.

micromark.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ function main() {
1717

1818
// $ExpectType Root
1919
formMarkdown(Buffer.alloc(8), 'utf-8', {mdastExtensions: []})
20+
21+
// $ExpectError
22+
formMarkdown(Buffer.alloc(8), 'utf-8', {allowDangerousHtml: true})
2023
}
2124

2225
main()

0 commit comments

Comments
 (0)