Do not pretty-print body class
[yangtools.git] / yang / yang-data-impl / src / test / resources / yt1097.yang
1 module yt1097 {
2   namespace yt1097;
3   prefix yt1097;
4
5   leaf foo {
6     type union {
7       type boolean;
8       type string;
9     }
10   }
11 }
12