Blame tests/conformance/sec9_4_4/mod4.yang

Packit 8fb591
module mod4 {
Packit 8fb591
    prefix abc;
Packit 8fb591
    namespace "urn:cesnet:mod4";
Packit 8fb591
Packit 8fb591
    typedef my {
Packit 8fb591
        type string {
Packit 8fb591
            length "1..255" {
Packit 8fb591
                reference "test reference";
Packit 8fb591
                error-app-tag "test tag";
Packit 8fb591
                description "test description";
Packit 8fb591
                error-message "test error message";
Packit 8fb591
Packit 8fb591
                error-message "test"; // duplicated
Packit 8fb591
            }
Packit 8fb591
        }
Packit 8fb591
    }
Packit 8fb591
}