summaryrefslogtreecommitdiff
path: root/python/samba/tests/graph.py
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:14:21 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:26 +0200
commit297faf325225e06f9658457513044631d62e3dbe (patch)
tree9eecfd7f023b8752f9aa33e4fd2bc1d9bb15cb15 /python/samba/tests/graph.py
parentb43408b383d06d7c0c87b8f6e9549544fc057bc2 (diff)
downloadsamba-297faf325225e06f9658457513044631d62e3dbe.tar.gz
PEP8: fix E122: continuation line missing indentation or outdented
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'python/samba/tests/graph.py')
-rw-r--r--python/samba/tests/graph.py50
1 files changed, 25 insertions, 25 deletions
diff --git a/python/samba/tests/graph.py b/python/samba/tests/graph.py
index 7ea53caa734..efbe75955a4 100644
--- a/python/samba/tests/graph.py
+++ b/python/samba/tests/graph.py
@@ -183,7 +183,7 @@ elephant 2311·-
elephant 2311·-
 frog 23121·
''',
-'utf8 True, colour xterm-256color-heatmap': '''
+ 'utf8 True, colour xterm-256color-heatmap': '''
destination
╭────── ant
│╭───── bat
@@ -198,7 +198,7 @@ elephant 2311·-
elephant 2311·-
 frog 23121·
''',
-'utf8 False, colour None': '''
+ 'utf8 False, colour None': '''
destination
,------ ant
|,----- bat
@@ -213,7 +213,7 @@ elephant 2311·-
elephant 23110-
frog 231210
''',
-'utf8 False, colour ansi': '''
+ 'utf8 False, colour ansi': '''
destination
,------ ant
|,----- bat
@@ -228,7 +228,7 @@ elephant 23110-
elephant 23110-
 frog 231210
''',
-'utf8 False, colour ansi-heatmap': '''
+ 'utf8 False, colour ansi-heatmap': '''
destination
,------ ant
|,----- bat
@@ -243,7 +243,7 @@ elephant 23110-
elephant 23110-
 frog 231210
''',
-'utf8 False, colour xterm-256color': '''
+ 'utf8 False, colour xterm-256color': '''
destination
,------ ant
|,----- bat
@@ -258,7 +258,7 @@ elephant 23110-
elephant 23110-
 frog 231210
''',
-'utf8 False, colour xterm-256color-heatmap': '''
+ 'utf8 False, colour xterm-256color-heatmap': '''
destination
,------ ant
|,----- bat
@@ -306,7 +306,7 @@ source ││╭─ cat
 bat 1·2
 cat 21·
''',
-'utf8 True, colour ansi-heatmap': '''
+ 'utf8 True, colour ansi-heatmap': '''
destination
╭─── ant
│╭── bat
@@ -315,7 +315,7 @@ source ││╭─ cat
 bat 1·2
 cat 21·
''',
-'utf8 True, colour xterm-256color': '''
+ 'utf8 True, colour xterm-256color': '''
destination
╭─── ant
│╭── bat
@@ -324,7 +324,7 @@ source ││╭─ cat
 bat 1·2
 cat 21·
''',
-'utf8 True, colour xterm-256color-heatmap': '''
+ 'utf8 True, colour xterm-256color-heatmap': '''
destination
╭─── ant
│╭── bat
@@ -333,7 +333,7 @@ source ││╭─ cat
 bat 1·2
 cat 21·
''',
-'utf8 False, colour None': '''
+ 'utf8 False, colour None': '''
destination
,--- ant
|,-- bat
@@ -342,7 +342,7 @@ source ||,- cat
bat 102
cat 210
''',
-'utf8 False, colour ansi': '''
+ 'utf8 False, colour ansi': '''
destination
,--- ant
|,-- bat
@@ -351,7 +351,7 @@ source ||,- cat
 bat 102
 cat 210
''',
-'utf8 False, colour ansi-heatmap': '''
+ 'utf8 False, colour ansi-heatmap': '''
destination
,--- ant
|,-- bat
@@ -360,7 +360,7 @@ source ||,- cat
 bat 102
 cat 210
''',
-'utf8 False, colour xterm-256color': '''
+ 'utf8 False, colour xterm-256color': '''
destination
,--- ant
|,-- bat
@@ -369,7 +369,7 @@ source ||,- cat
 bat 102
 cat 210
''',
-'utf8 False, colour xterm-256color-heatmap': '''
+ 'utf8 False, colour xterm-256color-heatmap': '''
destination
,--- ant
|,-- bat
@@ -394,7 +394,7 @@ source ||,- cat
('dog', 'ant'),
('dog', 'eel')]
expected = {
-'utf8 True, colour None': '''
+ 'utf8 True, colour None': '''
destination
╭───── ant
│╭──── bat
@@ -407,7 +407,7 @@ source ││││╭─ eel
dog 123·1
eel ----·
''',
-'utf8 True, colour ansi': '''
+ 'utf8 True, colour ansi': '''
destination
╭───── ant
│╭──── bat
@@ -420,7 +420,7 @@ source ││││╭─ eel
 dog 123·1
 eel ----·
''',
-'utf8 True, colour ansi-heatmap': '''
+ 'utf8 True, colour ansi-heatmap': '''
destination
╭───── ant
│╭──── bat
@@ -433,7 +433,7 @@ source ││││╭─ eel
 dog 123·1
 eel ----·
''',
-'utf8 True, colour xterm-256color': '''
+ 'utf8 True, colour xterm-256color': '''
destination
╭───── ant
│╭──── bat
@@ -446,7 +446,7 @@ source ││││╭─ eel
 dog 123·1
 eel ----·
''',
-'utf8 True, colour xterm-256color-heatmap': '''
+ 'utf8 True, colour xterm-256color-heatmap': '''
destination
╭───── ant
│╭──── bat
@@ -459,7 +459,7 @@ source ││││╭─ eel
 dog 123·1
 eel ----·
''',
-'utf8 False, colour None': '''
+ 'utf8 False, colour None': '''
destination
,----- ant
|,---- bat
@@ -472,7 +472,7 @@ source ||||,- eel
dog 12301
eel ----0
''',
-'utf8 False, colour ansi': '''
+ 'utf8 False, colour ansi': '''
destination
,----- ant
|,---- bat
@@ -485,7 +485,7 @@ source ||||,- eel
 dog 12301
 eel ----0
''',
-'utf8 False, colour ansi-heatmap': '''
+ 'utf8 False, colour ansi-heatmap': '''
destination
,----- ant
|,---- bat
@@ -498,8 +498,8 @@ source ||||,- eel
 dog 12301
 eel ----0
''',
-'utf8 False, colour xterm-256color':
-''' destination
+ 'utf8 False, colour xterm-256color':
+ ''' destination
,----- ant
|,---- bat
||,--- cat
@@ -511,7 +511,7 @@ source ||||,- eel
 dog 12301
 eel ----0
''',
-'utf8 False, colour xterm-256color-heatmap': '''
+ 'utf8 False, colour xterm-256color-heatmap': '''
destination
,----- ant
|,---- bat