Closed kt3k closed 5 months ago
tree-sitter, syntect variations of module_doc and symbol_group tests are skipped. Let me know if this is problematic.
This is fine, simplifies things a lot. we probably should add some unit tests for the highlighters though, but can keep that in a follow-up
This PR updates the snapshot testing setup for
module_doc
,symbol_search
,symbol_group
test cases inhtml_test.rs
. Now they use insta. This makes viewing diff easier, and also managing snapshot files easier.(Note: tree-sitter, syntect variations of module_doc and symbol_group tests are skipped. Let me know if this is problematic.)