Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

371 changes: 0 additions & 371 deletions crates/biome_markdown_parser/tests/commonmark_spec.rs

This file was deleted.

6 changes: 5 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,11 @@ test-doc:

# Run CommonMark conformance tests for the markdown parser
test-markdown-conformance:
cargo test -p biome_markdown_parser --test commonmark_spec -- --nocapture
cargo run -p xtask_coverage -- --suites=markdown/commonmark

# Update the CommonMark spec.json to a specific version
update-commonmark-spec version:
./scripts/update-commonmark-spec.sh {{version}}

# Tests a lint rule. The name of the rule needs to be camel case
test-lintrule name:
Expand Down
Loading