oj 3.16.7 → 3.16.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -0
  3. data/ext/oj/fast.c +3 -6
  4. data/ext/oj/mimic_json.c +3 -6
  5. data/ext/oj/oj.c +2 -4
  6. data/ext/oj/parse.c +31 -19
  7. data/ext/oj/parser.c +1 -1
  8. data/ext/oj/parser.h +2 -0
  9. data/ext/oj/rails.c +1 -2
  10. data/ext/oj/saj.c +3 -6
  11. data/ext/oj/scp.c +3 -6
  12. data/ext/oj/stream_writer.c +3 -13
  13. data/ext/oj/strict.c +2 -4
  14. data/ext/oj/string_writer.c +1 -3
  15. data/ext/oj/usual.c +2 -2
  16. data/lib/oj/version.rb +1 -1
  17. metadata +3 -98
  18. data/test/_test_active.rb +0 -75
  19. data/test/_test_active_mimic.rb +0 -95
  20. data/test/_test_mimic_rails.rb +0 -123
  21. data/test/activerecord/result_test.rb +0 -31
  22. data/test/activesupport6/abstract_unit.rb +0 -44
  23. data/test/activesupport6/decoding_test.rb +0 -133
  24. data/test/activesupport6/encoding_test.rb +0 -542
  25. data/test/activesupport6/encoding_test_cases.rb +0 -98
  26. data/test/activesupport6/test_common.rb +0 -17
  27. data/test/activesupport6/test_helper.rb +0 -163
  28. data/test/activesupport6/time_zone_test_helpers.rb +0 -39
  29. data/test/activesupport7/abstract_unit.rb +0 -52
  30. data/test/activesupport7/decoding_test.rb +0 -125
  31. data/test/activesupport7/encoding_test.rb +0 -536
  32. data/test/activesupport7/encoding_test_cases.rb +0 -104
  33. data/test/activesupport7/time_zone_test_helpers.rb +0 -47
  34. data/test/files.rb +0 -29
  35. data/test/foo.rb +0 -26
  36. data/test/helper.rb +0 -39
  37. data/test/isolated/shared.rb +0 -309
  38. data/test/isolated/test_mimic_after.rb +0 -13
  39. data/test/isolated/test_mimic_alone.rb +0 -12
  40. data/test/isolated/test_mimic_as_json.rb +0 -45
  41. data/test/isolated/test_mimic_before.rb +0 -13
  42. data/test/isolated/test_mimic_define.rb +0 -28
  43. data/test/isolated/test_mimic_rails_after.rb +0 -22
  44. data/test/isolated/test_mimic_rails_before.rb +0 -21
  45. data/test/isolated/test_mimic_redefine.rb +0 -15
  46. data/test/json_gem/json_addition_test.rb +0 -216
  47. data/test/json_gem/json_common_interface_test.rb +0 -155
  48. data/test/json_gem/json_encoding_test.rb +0 -107
  49. data/test/json_gem/json_ext_parser_test.rb +0 -21
  50. data/test/json_gem/json_fixtures_test.rb +0 -36
  51. data/test/json_gem/json_generator_test.rb +0 -413
  52. data/test/json_gem/json_generic_object_test.rb +0 -90
  53. data/test/json_gem/json_parser_test.rb +0 -477
  54. data/test/json_gem/json_string_matching_test.rb +0 -42
  55. data/test/json_gem/test_helper.rb +0 -30
  56. data/test/mem.rb +0 -34
  57. data/test/perf.rb +0 -102
  58. data/test/perf_compat.rb +0 -128
  59. data/test/perf_dump.rb +0 -50
  60. data/test/perf_fast.rb +0 -162
  61. data/test/perf_file.rb +0 -62
  62. data/test/perf_object.rb +0 -134
  63. data/test/perf_once.rb +0 -59
  64. data/test/perf_parser.rb +0 -183
  65. data/test/perf_saj.rb +0 -101
  66. data/test/perf_scp.rb +0 -140
  67. data/test/perf_simple.rb +0 -289
  68. data/test/perf_strict.rb +0 -137
  69. data/test/perf_wab.rb +0 -129
  70. data/test/prec.rb +0 -23
  71. data/test/sample/change.rb +0 -13
  72. data/test/sample/dir.rb +0 -18
  73. data/test/sample/doc.rb +0 -35
  74. data/test/sample/file.rb +0 -47
  75. data/test/sample/group.rb +0 -15
  76. data/test/sample/hasprops.rb +0 -15
  77. data/test/sample/layer.rb +0 -11
  78. data/test/sample/line.rb +0 -20
  79. data/test/sample/oval.rb +0 -10
  80. data/test/sample/rect.rb +0 -9
  81. data/test/sample/shape.rb +0 -34
  82. data/test/sample/text.rb +0 -19
  83. data/test/sample.rb +0 -54
  84. data/test/sample_json.rb +0 -37
  85. data/test/test_compat.rb +0 -567
  86. data/test/test_custom.rb +0 -555
  87. data/test/test_debian.rb +0 -50
  88. data/test/test_fast.rb +0 -526
  89. data/test/test_file.rb +0 -250
  90. data/test/test_gc.rb +0 -60
  91. data/test/test_generate.rb +0 -21
  92. data/test/test_hash.rb +0 -39
  93. data/test/test_integer_range.rb +0 -72
  94. data/test/test_null.rb +0 -376
  95. data/test/test_object.rb +0 -1030
  96. data/test/test_parser.rb +0 -11
  97. data/test/test_parser_debug.rb +0 -27
  98. data/test/test_parser_saj.rb +0 -337
  99. data/test/test_parser_usual.rb +0 -251
  100. data/test/test_rails.rb +0 -35
  101. data/test/test_saj.rb +0 -188
  102. data/test/test_scp.rb +0 -431
  103. data/test/test_strict.rb +0 -441
  104. data/test/test_various.rb +0 -801
  105. data/test/test_wab.rb +0 -311
  106. data/test/test_writer.rb +0 -380
  107. data/test/tests.rb +0 -33
  108. data/test/tests_mimic.rb +0 -23
  109. data/test/tests_mimic_addition.rb +0 -16
data/test/test_wab.rb DELETED
@@ -1,311 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- $LOAD_PATH << __dir__
5
- @oj_dir = File.dirname(File.expand_path(__dir__))
6
- %w(lib ext).each do |dir|
7
- $LOAD_PATH << File.join(@oj_dir, dir)
8
- end
9
-
10
- require 'minitest'
11
- require 'minitest/autorun'
12
- require 'stringio'
13
- require 'date'
14
- require 'bigdecimal'
15
- require 'uri'
16
- require 'oj'
17
-
18
- # Simple version of WAB::UUID for testing.
19
- module WAB
20
- class UUID
21
- attr_reader :id
22
-
23
- def initialize(id)
24
- @id = id.downcase
25
- raise StandardError.new('Invalid UUID format.') if /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/.match(@id).nil?
26
- end
27
-
28
- def to_s
29
- @id
30
- end
31
-
32
- def ==(other)
33
- other.is_a?(self.class) && @id == other.id
34
- end
35
- end # UUID
36
- end # WAB
37
-
38
- class WabJuice < Minitest::Test
39
-
40
- module TestModule
41
- end
42
-
43
- def test_nil
44
- dump_and_load(nil, false)
45
- end
46
-
47
- def test_true
48
- dump_and_load(true, false)
49
- end
50
-
51
- def test_false
52
- dump_and_load(false, false)
53
- end
54
-
55
- def test_fixnum
56
- dump_and_load(0, false)
57
- dump_and_load(12_345, false)
58
- dump_and_load(-54_321, false)
59
- dump_and_load(1, false)
60
- end
61
-
62
- def test_float
63
- dump_and_load(0.0, false)
64
- dump_and_load(12_345.6789, false)
65
- dump_and_load(70.35, false)
66
- dump_and_load(-54_321.012, false)
67
- dump_and_load(1.7775, false)
68
- dump_and_load(2.5024, false)
69
- dump_and_load(2.48e16, false)
70
- dump_and_load(2.48e100 * 1.0e10, false)
71
- dump_and_load(-2.48e100 * 1.0e10, false)
72
- end
73
-
74
- def test_nan_dump
75
- assert_raises() { Oj.dump(0/0.0, mode: :wab) }
76
- end
77
-
78
- def test_infinity_dump
79
- assert_raises() { Oj.dump(1/0.0, mode: :wab) }
80
- end
81
-
82
- def test_neg_infinity_dump
83
- assert_raises() { Oj.dump(-1/0.0, mode: :wab) }
84
- end
85
-
86
- def test_string
87
- dump_and_load('', false)
88
- dump_and_load('abc', false)
89
- dump_and_load("abc\ndef", false)
90
- dump_and_load("a\u0041", false)
91
- end
92
-
93
- def test_encode
94
- dump_and_load('ぴーたー', false)
95
- end
96
-
97
- def test_array
98
- dump_and_load([], false)
99
- dump_and_load([true, false], false)
100
- dump_and_load(['a', 1, nil], false)
101
- dump_and_load([[nil]], false)
102
- dump_and_load([[nil], 58], false)
103
- end
104
-
105
- def test_array_deep
106
- dump_and_load([1, [2, [3, [4, [5, [6, [7, [8, [9, [10, [11, [12, [13, [14, [15, [16, [17, [18, [19, [20]]]]]]]]]]]]]]]]]]]], false)
107
- end
108
-
109
- def test_deep_nest
110
- skip 'TruffleRuby causes SEGV' if RUBY_ENGINE == 'truffleruby'
111
-
112
- begin
113
- n = 10_000
114
- Oj.wab_load(('[' * n) + (']' * n))
115
- rescue Exception => e
116
- refute(e.message)
117
- end
118
- end
119
-
120
- # Hash
121
- def test_hash
122
- dump_and_load({}, false)
123
- dump_and_load({ tru: true, fals: false}, false)
124
- dump_and_load({ tru: true, array: [], hash: {}}, false)
125
- end
126
-
127
- def test_hash_non_sym_keys
128
- assert_raises() { Oj.dump({ 'true' => true}, mode: :wab) }
129
- end
130
-
131
- def test_hash_deep
132
- dump_and_load({x1: {
133
- x2: {
134
- x3: {
135
- x4: {
136
- x5: {
137
- x6: {
138
- x7: {
139
- x8: {
140
- x9: {
141
- x10: {
142
- x11: {
143
- x12: {
144
- x13: {
145
- x14: {
146
- x15: {
147
- x16: {
148
- x17: {
149
- x18: {
150
- x19: {
151
- x20: {}}}}}}}}}}}}}}}}}}}}}, false)
152
- end
153
-
154
- def test_non_str_hash
155
- assert_raises() { Oj.dump({ 1 => true, 0 => false }, mode: :wab) }
156
- end
157
-
158
- def test_bignum_object
159
- dump_and_load(7**55, false)
160
- end
161
-
162
- # BigDecimal
163
- def test_bigdecimal_wab
164
- dump_and_load(BigDecimal('3.14159265358979323846'), false)
165
- end
166
-
167
- def test_bigdecimal_load
168
- orig = BigDecimal('80.51')
169
- json = Oj.dump(orig, mode: :wab)
170
- bg = Oj.load(json, :mode => :wab, :bigdecimal_load => true)
171
- assert_equal(BigDecimal, bg.class)
172
- assert_equal(orig, bg)
173
- end
174
-
175
- def test_range
176
- assert_raises() { Oj.dump(1..7, mode: :wab) }
177
- end
178
-
179
- # Stream IO
180
- def test_io_string
181
- json = %{{
182
- "x":true,
183
- "y":58,
184
- "z": [1,2,3]
185
- }
186
- }
187
- input = StringIO.new(json)
188
- obj = Oj.wab_load(input)
189
- assert_equal({ x: true, y: 58, z: [1, 2, 3]}, obj)
190
- end
191
-
192
- def test_io_file
193
- filename = File.join(__dir__, 'open_file_test.json')
194
- File.write(filename, %{{
195
- "x":true,
196
- "y":58,
197
- "z": [1,2,3]
198
- }
199
- })
200
- f = File.new(filename)
201
- obj = Oj.wab_load(f)
202
- f.close()
203
- assert_equal({ x: true, y: 58, z: [1, 2, 3]}, obj)
204
- end
205
-
206
- def test_symbol
207
- json = Oj.dump(:abc, mode: :wab)
208
- assert_equal('"abc"', json)
209
- end
210
-
211
- def test_time
212
- t = Time.gm(2017, 1, 5, 23, 58, 7, 123_456.789)
213
- json = Oj.dump(t, mode: :wab)
214
- assert_equal('"2017-01-05T23:58:07.123456789Z"', json)
215
- # must load and convert to json as the Time#== does not match identical
216
- # times due to the way it tracks fractional seconds.
217
- loaded = Oj.wab_load(json)
218
- assert_equal(json, Oj.dump(loaded, mode: :wab), 'json mismatch after load')
219
- end
220
-
221
- def test_uuid
222
- u = ::WAB::UUID.new('123e4567-e89b-12d3-a456-426655440000')
223
- json = Oj.dump(u, mode: :wab)
224
- assert_equal('"123e4567-e89b-12d3-a456-426655440000"', json)
225
- dump_and_load(u, false)
226
- end
227
-
228
- def test_uri
229
- u = URI('http://opo.technology/sample')
230
- json = Oj.dump(u, mode: :wab)
231
- assert_equal('"http://opo.technology/sample"', json)
232
- dump_and_load(u, false)
233
- end
234
-
235
- def test_class
236
- assert_raises() { Oj.dump(WabJuice, mode: :wab) }
237
- end
238
-
239
- def test_module
240
- assert_raises() { Oj.dump(TestModule, mode: :wab) }
241
- end
242
-
243
- # symbol_keys option
244
- def test_symbol_keys
245
- json = %{{
246
- "x":true,
247
- "y":58,
248
- "z": [1,2,3]
249
- }
250
- }
251
- obj = Oj.wab_load(json, :symbol_keys => true)
252
- assert_equal({ x: true, y: 58, z: [1, 2, 3]}, obj)
253
- end
254
-
255
- # comments
256
- def test_comment_slash
257
- json = %{{
258
- "x":true,//three
259
- "y":58,
260
- "z": [1,2,
261
- 3 // six
262
- ]}
263
- }
264
- obj = Oj.wab_load(json)
265
- assert_equal({ x: true, y: 58, z: [1, 2, 3]}, obj)
266
- end
267
-
268
- def test_comment_c
269
- json = %{{
270
- "x"/*one*/:/*two*/true,
271
- "y":58,
272
- "z": [1,2,3]}
273
- }
274
- obj = Oj.wab_load(json)
275
- assert_equal({ x: true, y: 58, z: [1, 2, 3]}, obj)
276
- end
277
-
278
- def test_comment
279
- json = %{{
280
- "x"/*one*/:/*two*/true,//three
281
- "y":58/*four*/,
282
- "z": [1,2/*five*/,
283
- 3 // six
284
- ]
285
- }
286
- }
287
- obj = Oj.wab_load(json)
288
- assert_equal({ x: true, y: 58, z: [1, 2, 3]}, obj)
289
- end
290
-
291
- def test_double
292
- json = %{{ "x": 1}{ "y": 2}}
293
- results = []
294
- Oj.load(json, :mode => :wab) { |x| results << x }
295
-
296
- assert_equal([{ x: 1 }, { y: 2 }], results)
297
- end
298
-
299
- def dump_and_load(obj, trace=false)
300
- json = Oj.dump(obj, mode: :wab, indent: 2)
301
- puts json if trace
302
- loaded = Oj.wab_load(json)
303
- if obj.nil?
304
- assert_nil(loaded)
305
- else
306
- assert_equal(obj, loaded)
307
- end
308
- loaded
309
- end
310
-
311
- end
data/test/test_writer.rb DELETED
@@ -1,380 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: false
3
-
4
- $LOAD_PATH << __dir__
5
-
6
- require 'helper'
7
-
8
- class OjWriter < Minitest::Test
9
-
10
- def setup
11
- @default_options = Oj.default_options
12
- end
13
-
14
- def teardown
15
- Oj.default_options = @default_options
16
- end
17
-
18
- def test_string_writer_empty_array
19
- w = Oj::StringWriter.new(:indent => 0)
20
- w.push_array()
21
- w.pop()
22
- assert_equal("[]\n", w.to_s)
23
- end
24
-
25
- def test_string_writer_nested_array
26
- w = Oj::StringWriter.new(:indent => 0)
27
- w.push_array()
28
- w.push_array()
29
- w.pop()
30
- w.push_array()
31
- w.push_array()
32
- w.pop()
33
- w.pop()
34
- w.push_array()
35
- w.pop()
36
- w.pop()
37
- assert_equal("[[],[[]],[]]\n", w.to_s)
38
- end
39
-
40
- def test_string_writer_empty_object
41
- w = Oj::StringWriter.new(:indent => 0)
42
- w.push_object()
43
- w.pop()
44
- assert_equal("{}\n", w.to_s)
45
- end
46
-
47
- def test_string_writer_push_null_value_with_key
48
- w = Oj::StringWriter.new(:indent => 0, :mode => :compat)
49
- w.push_object()
50
- w.push_value(nil, 'nothing')
51
- w.pop()
52
- assert_equal(%|{"nothing":null}\n|, w.to_s)
53
- end
54
-
55
- def test_string_writer_nested_object
56
- w = Oj::StringWriter.new(:indent => 0)
57
- w.push_object()
58
- w.push_object('a1')
59
- w.pop()
60
- w.push_object('a2')
61
- w.push_object('b')
62
- w.pop()
63
- w.pop()
64
- w.push_object('a3')
65
- w.pop()
66
- w.pop()
67
- assert_equal(%|{"a1":{},"a2":{"b":{}},"a3":{}}\n|, w.to_s)
68
- end
69
-
70
- def test_string_writer_nested_key
71
- w = Oj::StringWriter.new(:indent => 0)
72
- w.push_object()
73
- w.push_key('a1')
74
- w.push_object()
75
- w.pop()
76
- w.push_key('a2')
77
- w.push_object('x')
78
- w.push_object('b')
79
- w.pop()
80
- w.pop()
81
- w.push_key('a3')
82
- w.push_object()
83
- w.push_key('a4')
84
- w.push_value(37)
85
- w.pop()
86
- w.pop()
87
- assert_equal(%|{"a1":{},"a2":{"b":{}},"a3":{"a4":37}}\n|, w.to_s)
88
- end
89
-
90
- def test_string_writer_value_array
91
- w = Oj::StringWriter.new(:indent => 2)
92
- w.push_array()
93
- w.push_value(7)
94
- w.push_value(7.3)
95
- w.push_value(true)
96
- w.push_value(nil)
97
- w.push_value('a string')
98
- w.push_value({'a' => 65})
99
- w.push_value([1, 2])
100
- w.pop()
101
- assert_equal(%|[
102
- 7,
103
- 7.3,
104
- true,
105
- null,
106
- "a string",
107
- {
108
- "a":65
109
- },
110
- [
111
- 1,
112
- 2
113
- ]
114
- ]
115
- |, w.to_s)
116
- end
117
-
118
- def test_string_writer_block
119
- w = Oj::StringWriter.new(:indent => 0)
120
- w.push_object() {
121
- w.push_object('a1') {
122
- w.push_value(7, 'a7')
123
- }
124
- w.push_array('a2') {
125
- w.push_value('x')
126
- w.push_value(3)
127
- }
128
- }
129
- assert_equal(%|{"a1":{"a7":7},"a2":["x",3]}\n|, w.to_s)
130
- end
131
-
132
- def test_string_writer_json
133
- w = Oj::StringWriter.new(:indent => 0)
134
- w.push_array()
135
- w.push_json('7')
136
- w.push_json('true')
137
- w.push_json(%|"a string"|)
138
- w.push_object()
139
- w.push_json('{"a":65}', 'x')
140
- w.pop()
141
- w.pop()
142
- assert_equal(%|[7,true,"a string",{"x":{"a":65}}]\n|, w.to_s)
143
- end
144
-
145
- def test_string_writer_pop_excess
146
- w = Oj::StringWriter.new(:indent => 0)
147
- begin
148
- w.push_object() {
149
- w.push_key('key')
150
- }
151
- rescue Exception
152
- assert(true)
153
- return
154
- end
155
- assert(false, '*** expected an exception')
156
- end
157
-
158
- def test_string_writer_array_key
159
- w = Oj::StringWriter.new(:indent => 0)
160
- begin
161
- w.push_array() {
162
- w.push_key('key')
163
- w.push_value(7)
164
- }
165
- rescue Exception
166
- assert(true)
167
- return
168
- end
169
- assert(false, '*** expected an exception')
170
- end
171
-
172
- def test_string_writer_pop_with_key
173
- w = Oj::StringWriter.new(:indent => 0)
174
- begin
175
- w.pop()
176
- rescue Exception
177
- assert(true)
178
- return
179
- end
180
- assert(false, '*** expected an exception')
181
- end
182
-
183
- def test_string_writer_obj_no_key
184
- w = Oj::StringWriter.new(:indent => 0)
185
- w.push_object()
186
- begin
187
- w.push_value(59)
188
- rescue Exception
189
- assert(true)
190
- return
191
- end
192
- assert(false, '*** expected an exception')
193
- end
194
-
195
- def test_string_writer_deep
196
- cnt = 1000
197
- w = Oj::StringWriter.new(:indent => 0)
198
- cnt.times do
199
- w.push_array()
200
- end
201
- cnt.times do
202
- w.pop()
203
- end
204
- # if no exception then passed
205
- assert(true)
206
- end
207
-
208
- def test_string_writer_pop_all
209
- w = Oj::StringWriter.new(:indent => 0)
210
- w.push_object()
211
- w.push_object('a1')
212
- w.pop()
213
- w.push_array('a2')
214
- w.push_value(3)
215
- w.push_array()
216
- w.pop_all()
217
- assert_equal(%|{"a1":{},"a2":[3,[]]}\n|, w.to_s)
218
- end
219
-
220
- def test_string_writer_reset
221
- w = Oj::StringWriter.new(:indent => 0)
222
- w.push_array()
223
- w.pop()
224
- w.reset()
225
- assert_equal('', w.to_s)
226
- end
227
-
228
- # Stream Writer
229
-
230
- class SString < ::String
231
- alias write concat
232
- end
233
-
234
- def test_stream_writer_encoding
235
- output = SString.new.force_encoding(::Encoding::UTF_8)
236
- w = Oj::StreamWriter.new(output, :indent => 0)
237
- # Oddly enough, when pushing ASCII characters with UTF-8 encoding or even
238
- # ASCII-8BIT does not change the output encoding. Pushing any non-ASCII no
239
- # matter what the encoding changes the output encoding to ASCII-8BIT.
240
- x = '香港' # Hong Kong
241
- x = x.force_encoding('ASCII-8BIT')
242
- w.push_value(x)
243
- assert_equal(::Encoding::UTF_8, output.encoding)
244
- end
245
-
246
- def test_stream_writer_empty_array
247
- output = StringIO.open('', 'w+')
248
- w = Oj::StreamWriter.new(output, :indent => 0)
249
- w.push_array()
250
- w.pop()
251
- assert_equal("[]\n", output.string())
252
- end
253
-
254
- def test_stream_writer_mixed_stringio
255
- output = StringIO.open('', 'w+')
256
- w = Oj::StreamWriter.new(output, :indent => 0)
257
- w.push_object()
258
- w.push_object('a1')
259
- w.pop()
260
- w.push_object('a2')
261
- w.push_array('b')
262
- w.push_value(7)
263
- w.push_value(true)
264
- w.push_value('string')
265
- w.pop()
266
- w.pop()
267
- w.push_object('a3')
268
- w.pop()
269
- w.pop()
270
- result = output.string()
271
- assert_equal(%|{"a1":{},"a2":{"b":[7,true,"string"]},"a3":{}}\n|, result)
272
- end
273
-
274
- def test_stream_writer_mixed_file
275
- filename = File.join(__dir__, 'open_file_test.json')
276
- File.open(filename, 'w') do |f|
277
- w = Oj::StreamWriter.new(f, :indent => 0)
278
- w.push_object()
279
- w.push_object('a1')
280
- w.pop()
281
- w.push_object('a2')
282
- w.push_array('b')
283
- w.push_value(7)
284
- w.push_value(true)
285
- w.push_value('string')
286
- w.pop()
287
- w.pop()
288
- w.push_object('a3')
289
- w.pop()
290
- w.pop()
291
- end
292
- content = File.read(filename)
293
- assert_equal(%|{"a1":{},"a2":{"b":[7,true,"string"]},"a3":{}}\n|, content)
294
- end
295
-
296
- def test_stream_writer_nested_key_object
297
- output = StringIO.open('', 'w+')
298
- w = Oj::StreamWriter.new(output, :indent => 0)
299
- w.push_object()
300
- w.push_key('a1')
301
- w.push_object()
302
- w.pop()
303
- w.push_key('a2')
304
- w.push_object('x')
305
- w.push_object('b')
306
- w.pop()
307
- w.pop()
308
- w.push_key('a3')
309
- w.push_object()
310
- w.push_key('a4')
311
- w.push_value(37)
312
- w.pop()
313
- w.pop()
314
- assert_equal(%|{"a1":{},"a2":{"b":{}},"a3":{"a4":37}}\n|, output.string())
315
- end
316
-
317
- def push_stuff(w, pop_all=true)
318
- w.push_object()
319
- w.push_object('a1')
320
- w.pop()
321
- w.push_object('a2')
322
- w.push_array('b')
323
- w.push_value(7)
324
- w.push_value(true)
325
- w.push_value('string')
326
- w.pop()
327
- w.pop()
328
- w.push_object('a3')
329
- if pop_all
330
- w.pop_all()
331
- else
332
- w.pop()
333
- w.pop()
334
- end
335
- end
336
-
337
- def test_stream_writer_buf_small
338
- output = StringIO.open('', 'w+')
339
- w = Oj::StreamWriter.new(output, :indent => 0, :buffer_size => 20)
340
- push_stuff(w)
341
- assert_equal(%|{"a1":{},"a2":{"b":[7,true,"string"]},"a3":{}}\n|, output.string())
342
- end
343
-
344
- def test_stream_writer_buf_large
345
- output = StringIO.open('', 'w+')
346
- w = Oj::StreamWriter.new(output, :indent => 0, :buffer_size => 16_000)
347
- push_stuff(w)
348
- assert_equal(%|{"a1":{},"a2":{"b":[7,true,"string"]},"a3":{}}\n|, output.string())
349
- end
350
-
351
- def test_stream_writer_buf_flush
352
- output = StringIO.open('', 'w+')
353
- w = Oj::StreamWriter.new(output, :indent => 0, :buffer_size => 4096)
354
- push_stuff(w, false)
355
- # no flush so nothing should be in the output yet
356
- assert_equal('', output.string())
357
- w.flush()
358
- assert_equal(%|{"a1":{},"a2":{"b":[7,true,"string"]},"a3":{}}\n|, output.string())
359
- end
360
-
361
- def test_stream_writer_buf_flush_small
362
- output = StringIO.open('', 'w+')
363
- w = Oj::StreamWriter.new(output, :indent => 0, :buffer_size => 30)
364
- push_stuff(w, false)
365
- # flush should be called at 30 bytes but since the writes are chunky flush
366
- # is called after adding "string".
367
- assert_equal(%|{"a1":{},"a2":{"b":[7,true,"string"|, output.string())
368
- w.flush()
369
- assert_equal(%|{"a1":{},"a2":{"b":[7,true,"string"]},"a3":{}}\n|, output.string())
370
- end
371
-
372
- def test_stream_writer_push_null_value_with_key
373
- output = StringIO.open('', 'w+')
374
- w = Oj::StreamWriter.new(output, :indent => 0)
375
- w.push_object()
376
- w.push_value(nil, 'nothing')
377
- w.pop()
378
- assert_equal(%|{"nothing":null}\n|, output.string())
379
- end
380
- end # OjWriter
data/test/tests.rb DELETED
@@ -1,33 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- $LOAD_PATH << __dir__
5
- @oj_dir = File.dirname(File.expand_path(__dir__))
6
- %w(lib ext).each do |dir|
7
- $LOAD_PATH << File.join(@oj_dir, dir)
8
- end
9
-
10
- require 'test_compat'
11
- require 'test_custom'
12
- require 'test_fast'
13
- require 'test_file'
14
- require 'test_gc'
15
- require 'test_hash'
16
- require 'test_null'
17
- require 'test_object'
18
- require 'test_saj'
19
- require 'test_scp'
20
- require 'test_strict'
21
- require 'test_rails'
22
- require 'test_wab'
23
- require 'test_writer'
24
- require 'test_integer_range'
25
-
26
- at_exit do
27
- require 'helper'
28
- if '3.1.0' <= RUBY_VERSION && RbConfig::CONFIG['host_os'] !~ /(mingw|mswin)/
29
- # Oj::debug_odd("teardown before GC.verify_compaction_references")
30
- verify_gc_compaction
31
- # Oj::debug_odd("teardown after GC.verify_compaction_references")
32
- end
33
- end