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