aboutsummaryrefslogtreecommitdiffstats
path: root/tests/attr.rs
blob: 64f4bd4c5fa50f1d7d1d35780d1746015fed2211 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
mod helpers;

#[test]
fn colors() {
    helpers::fixture("colors");
}

#[test]
fn attrs() {
    helpers::fixture("attrs");
}