blob: f16723080b762babcf8eb643c9061fa23fc131ae [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
leaf invalid-interval {
type hello;
}
typedef hello {
type string {
range "1..4 | 10..20";
}
}
}