macro_rules! col { ($($all:tt)*) => { ... }; }
use rtml::*; assert_eq!( col![.span="2", .style="background-color:red"].render(), "<col span=\"2\" style=\"background-color:red\">" );