From 6add7fcac82f9b807e71fe84d16c673682d82327 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Tue, 14 Feb 2017 15:20:16 +0800 Subject: Add test for yaml_file loader Change-Id: I997ceeed17bd35889f6b0f3465bbe75df256b71e Signed-off-by: Yujun Zhang --- tests/data/yaml/without_name.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/data/yaml/without_name.yaml (limited to 'tests/data/yaml/without_name.yaml') diff --git a/tests/data/yaml/without_name.yaml b/tests/data/yaml/without_name.yaml new file mode 100644 index 00000000..bd234bd4 --- /dev/null +++ b/tests/data/yaml/without_name.yaml @@ -0,0 +1 @@ +no_name: yaml file without name \ No newline at end of file -- cgit 1.2.3-korg