grass/tests/error.rs

10 lines
134 B
Rust
Raw Normal View History

2020-03-21 14:39:16 -04:00
#![cfg(test)]
#[macro_use]
mod macros;
error!(
nothing_after_decimal,
"a {\n color: 1.;\n}\n", "Error: Expected digit."
);