blob: 3d7445a34be92b20b28d819360f35aa42075d604 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
leaf invalidDecimal2 {
type decimal64 {
fraction-digits 0;
}
}
}