Sha256: 91f2128c74335cf7b2100e877437b633d804807f8934b124c69b90e35b980579

Contents?: true

Size: 252 Bytes

Versions: 67

Compression:

Stored size: 252 Bytes

Contents

require 'helper.rb'

class TestLocale < TestHelper
    def test_locale
        errors = JSON::Validator.fully_validate('locale.json', @@example + 'locale.json', strict: @@strict, list: true)
        assert(errors.empty?, errors.join("\n"))
    end
end

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.9.2.pre.beta.21 test/tc_locale.rb
adiwg-mdjson_schemas-2.9.2.pre.beta.20 test/tc_locale.rb
adiwg-mdjson_schemas-2.9.2.pre.beta.19 test/tc_locale.rb
adiwg-mdjson_schemas-2.9.1 test/tc_locale.rb
adiwg-mdjson_schemas-2.9.0 test/tc_locale.rb
adiwg-mdjson_schemas-2.8.1 test/tc_locale.rb
adiwg-mdjson_schemas-2.8.0 test/tc_locale.rb
adiwg-mdjson_schemas-2.8.0.pre.beta9 test/tc_locale.rb
adiwg-mdjson_schemas-2.8.0.pre.beta8 test/tc_locale.rb
adiwg-mdjson_schemas-2.8.0.pre.rc8 test/tc_locale.rb
adiwg-mdjson_schemas-2.8.0.pre.rc7 test/tc_locale.rb
adiwg-mdjson_schemas-2.8.0.pre.beta6 test/tc_locale.rb
adiwg-mdjson_schemas-2.8.0.pre.beta3 test/tc_locale.rb
adiwg-mdjson_schemas-2.8.0.pre.beta2 test/tc_locale.rb
adiwg-mdjson_schemas-2.8.0.pre.beta test/tc_locale.rb
adiwg-mdjson_schemas-2.7.0 test/tc_locale.rb
adiwg-mdjson_schemas-2.6.3 test/tc_locale.rb
adiwg-mdjson_schemas-2.6.2 test/tc_locale.rb
adiwg-mdjson_schemas-2.6.1 test/tc_locale.rb
adiwg-mdjson_schemas-2.6.0 test/tc_locale.rb