aboutsummaryrefslogtreecommitdiffstats
path: root/tests/osc.rs
blob: 8a7ec429d1f133931a8a8bbfe5130a00e8984bd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
mod helpers;

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

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

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

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