Skip to content

Commit 6ca0d15

Browse files
author
Yuri Paliy
committed
Fixed missing whitespace from dedent(?)
1 parent 5b96b40 commit 6ca0d15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

luaparser/tests/test_integration.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_cont_int_4(self):
9494
stop_char: 67
9595
line: 5
9696
body: [] 2 items
97-
0: {} 1 key
97+
0: {} 1 key
9898
LocalFunction: {} 7 keys
9999
start_char: 1
100100
stop_char: 56
@@ -112,7 +112,7 @@ def test_cont_int_4(self):
112112
stop_char: 56
113113
line: 3
114114
body: [] 1 item
115-
0: {} 1 key
115+
0: {} 1 key
116116
Call: {} 6 keys
117117
start_char: 52
118118
stop_char: 52
@@ -124,14 +124,14 @@ def test_cont_int_4(self):
124124
line: 3
125125
id: 'print'
126126
args: [] 1 item
127-
0: {} 1 key
127+
0: {} 1 key
128128
String: {} 6 keys
129129
start_char: 37
130130
stop_char: 51
131131
line: 3
132132
s: 'hello world !'
133133
delimiter: SINGLE_QUOTE
134-
1: {} 1 key
134+
1: {} 1 key
135135
Call: {} 6 keys
136136
start_char: 67
137137
stop_char: 67

0 commit comments

Comments
 (0)