grass/tests/error.rs
2020-03-21 14:39:16 -04:00

10 lines
134 B
Rust

#![cfg(test)]
#[macro_use]
mod macros;
error!(
nothing_after_decimal,
"a {\n color: 1.;\n}\n", "Error: Expected digit."
);