grass/tests/debug.rs

6 lines
116 B
Rust
Raw Normal View History

#[macro_use]
mod macros;
test!(simple_debug, "@debug 2", "");
test!(simple_debug_with_semicolon, "@debug 2;", "");