File tree Expand file tree Collapse file tree 4 files changed +22
-22
lines changed Expand file tree Collapse file tree 4 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ GET /test
46
46
--- error_code: 200
47
47
--- response_headers
48
48
Content-Type: text/plain
49
- --- response_body eval
50
- " hi, ngx_test!"
49
+ --- response_body chomp
50
+ hi, ngx_test!
51
51
--- timeout: 10
52
52
53
53
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ GET /eval
43
43
--- error_code: 200
44
44
--- response_headers
45
45
Content-Type: text/plain
46
- --- response_body eval
47
- " it works!"
46
+ --- response_body chomp
47
+ it works!
48
48
--- timeout: 10
49
49
--- skip_nginx: 3: < 0.8.25
50
50
@@ -69,6 +69,6 @@ GET /eval
69
69
--- error_code: 200
70
70
--- response_headers
71
71
Content-Type: text/plain
72
- --- response_body eval
73
- " test"
72
+ --- response_body chomp
73
+ test
74
74
--- timeout: 10
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ GET /postgres
54
54
--- error_code: 200
55
55
--- response_headers
56
56
Content-Type: text/plain
57
- --- response_body eval
58
- " test"
57
+ --- response_body chomp
58
+ test
59
59
--- timeout: 10
60
60
61
61
@@ -75,8 +75,8 @@ GET /postgres
75
75
--- error_code: 200
76
76
--- response_headers
77
77
Content-Type: text/html
78
- --- response_body eval
79
- " test"
78
+ --- response_body chomp
79
+ test
80
80
--- timeout: 10
81
81
82
82
@@ -245,8 +245,8 @@ GET /postgres
245
245
--- error_code: 200
246
246
--- response_headers
247
247
Content-Type: text/plain
248
- --- response_body eval
249
- " test"
248
+ --- response_body chomp
249
+ test
250
250
--- timeout: 10
251
251
252
252
@@ -287,8 +287,8 @@ GET /postgres
287
287
--- error_code: 200
288
288
--- response_headers
289
289
Content-Type: text/plain
290
- --- response_body eval
291
- " test"
290
+ --- response_body chomp
291
+ test
292
292
--- timeout: 10
293
293
294
294
@@ -325,8 +325,8 @@ GET /postgres.jpg
325
325
--- error_code: 200
326
326
--- response_headers
327
327
Content-Type: text/plain
328
- --- response_body eval
329
- " test"
328
+ --- response_body chomp
329
+ test
330
330
--- timeout: 10
331
331
332
332
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ GET /numbers/
96
96
--- error_code: 200
97
97
--- response_headers
98
98
Content-Type: application/json
99
- --- response_body chop
99
+ --- response_body chomp
100
100
[]
101
101
--- timeout: 10
102
102
@@ -111,7 +111,7 @@ POST /numbers/
111
111
--- error_code: 201
112
112
--- response_headers
113
113
Content-Type: application/json
114
- --- response_body chop
114
+ --- response_body chomp
115
115
[{"number":123}]
116
116
--- timeout: 10
117
117
--- skip_slave: 3: CentOS
@@ -127,7 +127,7 @@ GET /numbers/
127
127
--- error_code: 200
128
128
--- response_headers
129
129
Content-Type: application/json
130
- --- response_body chop
130
+ --- response_body chomp
131
131
[{"number":123}]
132
132
--- timeout: 10
133
133
--- skip_slave: 3: CentOS
@@ -143,7 +143,7 @@ GET /numbers/123
143
143
--- error_code: 200
144
144
--- response_headers
145
145
Content-Type: application/json
146
- --- response_body chop
146
+ --- response_body chomp
147
147
[{"number":123}]
148
148
--- timeout: 10
149
149
--- skip_slave: 3: CentOS
@@ -161,7 +161,7 @@ PUT /numbers/123
161
161
--- error_code: 200
162
162
--- response_headers
163
163
Content-Type: application/json
164
- --- response_body chop
164
+ --- response_body chomp
165
165
[{"number":123}]
166
166
--- timeout: 10
167
167
--- skip_slave: 3: CentOS
@@ -238,6 +238,6 @@ GET /numbers/
238
238
--- error_code: 200
239
239
--- response_headers
240
240
Content-Type: application/json
241
- --- response_body chop
241
+ --- response_body chomp
242
242
[]
243
243
--- timeout: 10
You can’t perform that action at this time.
0 commit comments