From 427a5fbff3be4942a2d84a7b43b4aad84f54805f Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Mon, 29 Feb 2016 21:26:50 +0100 Subject: [PATCH] More markdown fixes for processing readme --- python/plugins/processing/tests/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/python/plugins/processing/tests/README.md b/python/plugins/processing/tests/README.md index 5ce0ad80911..a278059643c 100644 --- a/python/plugins/processing/tests/README.md +++ b/python/plugins/processing/tests/README.md @@ -7,15 +7,15 @@ This file is structured with [yaml syntax](http://www.yaml.org/start.html). A basic test appears under the toplevel key `tests` and looks like this: - - name: centroid - algorithm: qgis:polygoncentroids - params: - - type: vector - name: polys.gml - results: - OUTPUT_LAYER: - type: vector - name: expected/polys_centroid.gml + - name: centroid + algorithm: qgis:polygoncentroids + params: + - type: vector + name: polys.gml + results: + OUTPUT_LAYER: + type: vector + name: expected/polys_centroid.gml How To ------