Differences From Artifact [4300f88482]:
- File src/tests.rs — part of check-in [c996f5c871] at 2026-01-12 13:41:17 on branch trunk — minor typos, add back tests, change formatting a lot (user: arcade, size: 478) [annotate] [blame] [check-ins using]
To Artifact [80b8bebd72]:
- File src/tests.rs — part of check-in [6ce625a569] at 2026-01-12 14:46:42 on branch trunk — fix typo, fix comments, drop unneeded constant (user: arcade, size: 468) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 | - + - | let res = validate(html).stack()?; assert_eq!(res, html); Ok(()) } #[test] #[should_panic = "Found special tag while closing generic tag"] |