atomic_hooks_macros 0.1.3

Macros for CSS Styling for Seed web apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[test]
fn tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/01-parse-header.rs");
    //t.pass("tests/02-parse-body.rs");
    //t.compile_fail("tests/03-expand-four-errors.rs");
    //t.pass("tests/04-paste-ident.rs");
    //t.pass("tests/05-repeat-section.rs");
    //t.pass("tests/06-make-work-in-function.rs");
    //t.pass("tests/07-init-array.rs");
    //t.pass("tests/08-inclusive-range.rs");
    //t.compile_fail("tests/09-ident-span.rs");
    //t.pass("tests/10-interaction-with-macrorules.rs");
}