blob: 68bd8dfc9927f2e130691b87fafe6466badf87f0 [file] [log] [blame]
module Test {
yang-version 1;
namespace http://huawei.com;
prefix Ant;
leaf invalidDecimal1 {
type decimal64 {
fraction-digits 19;
}
}
}