spec/fixtures/misc/struct_compare_tests.txt in marty-8.2.0 vs spec/fixtures/misc/struct_compare_tests.txt in marty-8.3.1

- old
+ new

@@ -174,7 +174,22 @@ }, { "example_number": "32", "v1": {"a": 1}, "v2": {"a": {"b": 1}}, "res": "path=[\"a\"] class mismatch Integer (1) != Hash" +}, +{ "example_number": "33", + "v1": "[,64)", + "v2": "[70, 75]", + "res": "path= [,64) != [70, 75]" +}, +{ "example_number": "34", + "v1": ["(65,70]"], + "v2": ["[70, 75)"], + "res": "path=[0] (65,70] != [70, 75)" +}, +{ "example_number": "35", + "v1": "(65,70]", + "v2": "(65,70]", + "res": false } ]