Skip to content

Commit 427a5fb

Browse files
committedFeb 29, 2016
More markdown fixes for processing readme
1 parent 5e5ae94 commit 427a5fb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎python/plugins/processing/tests/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ This file is structured with [yaml syntax](http://www.yaml.org/start.html).
77

88
A basic test appears under the toplevel key `tests` and looks like this:
99

10-
- name: centroid
11-
algorithm: qgis:polygoncentroids
12-
params:
13-
- type: vector
14-
name: polys.gml
15-
results:
16-
OUTPUT_LAYER:
17-
type: vector
18-
name: expected/polys_centroid.gml
10+
- name: centroid
11+
algorithm: qgis:polygoncentroids
12+
params:
13+
- type: vector
14+
name: polys.gml
15+
results:
16+
OUTPUT_LAYER:
17+
type: vector
18+
name: expected/polys_centroid.gml
1919

2020
How To
2121
------

0 commit comments

Comments
 (0)
Please sign in to comment.