From 5cc47b0a42f1275c36fed25311a98464276e5fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Fr=C3=B3es=20Franco?= Date: Wed, 3 Jun 2026 12:34:58 +0000 Subject: [PATCH] test(rss): fix commands_coverage assertion for the new tag Follow-up to the RSS-fidelity change: the `` substring now carries the xmlns:atom attribute, so match the open-tag prefix instead. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/nuwiki-lsp/tests/commands_coverage.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nuwiki-lsp/tests/commands_coverage.rs b/crates/nuwiki-lsp/tests/commands_coverage.rs index 6275fe9..086a00d 100644 --- a/crates/nuwiki-lsp/tests/commands_coverage.rs +++ b/crates/nuwiki-lsp/tests/commands_coverage.rs @@ -533,7 +533,7 @@ fn nuwiki_rss_writes_feed_file() { let path = export_ops::write_rss(&cfg, &entries).unwrap(); assert!(path.ends_with("rss.xml")); let xml = std::fs::read_to_string(&path).unwrap(); - assert!(xml.contains("")); + assert!(xml.contains("