diff options
Diffstat (limited to 'tests/data/yaml')
-rw-r--r-- | tests/data/yaml/invalid.yaml | 8 | ||||
-rw-r--r-- | tests/data/yaml/with_name.yaml | 8 | ||||
-rw-r--r-- | tests/data/yaml/without_name.yaml | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/tests/data/yaml/invalid.yaml b/tests/data/yaml/invalid.yaml index 22e31ed1..57dc7a33 100644 --- a/tests/data/yaml/invalid.yaml +++ b/tests/data/yaml/invalid.yaml @@ -1 +1,9 @@ +############################################################################## +# Copyright (c) 2017 ZTE Corporation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## invalid - yaml
\ No newline at end of file diff --git a/tests/data/yaml/with_name.yaml b/tests/data/yaml/with_name.yaml index 25f7f83d..0cb4fd95 100644 --- a/tests/data/yaml/with_name.yaml +++ b/tests/data/yaml/with_name.yaml @@ -1 +1,9 @@ +############################################################################## +# Copyright (c) 2017 ZTE Corporation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## name: name in content
\ No newline at end of file diff --git a/tests/data/yaml/without_name.yaml b/tests/data/yaml/without_name.yaml index bd234bd4..cbc4a1e9 100644 --- a/tests/data/yaml/without_name.yaml +++ b/tests/data/yaml/without_name.yaml @@ -1 +1,9 @@ +############################################################################## +# Copyright (c) 2017 ZTE Corporation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## no_name: yaml file without name
\ No newline at end of file |