Revisa el estado de los tests del entorno

This commit is contained in:
Manuel Cillero 2025-01-04 08:31:31 +01:00
parent 736e1be6ea
commit c6800e4387
13 changed files with 46 additions and 13 deletions

View file

@ -11,7 +11,7 @@ use std::fmt;
/// Languages are represented by *PascalCase* enums within the code and are mapped to corresponding
/// [highlight.js](https://highlightjs.org/) language names.
///
/// ```rust
/// ```rust#ignore
/// use pagetop_hljs::HljsLang;
///
/// assert_eq!(HljsLang::CoffeeScript.to_string(), "coffeescript".to_string());