From 0a10a3bd9d346b1abdf88301d6904a5346ffe6d0 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 17 Mar 2019 21:36:55 +0100 Subject: [vyos.configtree] T1305: allow configs to end with leaf nodes. --- tests/data/config.valid | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/data') diff --git a/tests/data/config.valid b/tests/data/config.valid index 353e96df4..a21c6a4d1 100644 --- a/tests/data/config.valid +++ b/tests/data/config.valid @@ -27,3 +27,13 @@ normal-node { } option-with-quoted-value "some-value" } + +trailing-leaf-node-option some-value + +empty-node { +} + +trailing-leaf-node-without-value + +/* Trailing commend */ +/* Another trailing comment */ -- cgit v1.2.3