diff options
| author | Daniil Baturin <daniil@baturin.org> | 2016-12-15 11:31:29 +0600 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2016-12-15 11:31:29 +0600 |
| commit | b85abf9de8c388e5d3d10b144f76d0a16b175543 (patch) | |
| tree | 5f68777dcdba1396f5a5cd2df7e7ed0bf7d42092 /test/data/interface_definition_sample.xml | |
| parent | 88cca944fa1788d4f3089c9f93c59666bfcce1fb (diff) | |
| download | vyconf-b85abf9de8c388e5d3d10b144f76d0a16b175543.tar.gz vyconf-b85abf9de8c388e5d3d10b144f76d0a16b175543.zip | |
Add a few missing reference tree test cases for valueless nodes and garbage after the value.
Diffstat (limited to 'test/data/interface_definition_sample.xml')
| -rw-r--r-- | test/data/interface_definition_sample.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/data/interface_definition_sample.xml b/test/data/interface_definition_sample.xml index 26f4c80..7d4e5df 100644 --- a/test/data/interface_definition_sample.xml +++ b/test/data/interface_definition_sample.xml @@ -29,6 +29,16 @@ </constraint> </properties> </leafNode> + <node name="options"> + <children> + <leafNode name="reboot-on-panic"> + <properties> + <help>Reboot automatically if kernel panic occurs</help> + <valueless/> + </properties> + </leafNode> + </children> + </node> </children> </node> </interfaceDefinition> |
