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.0.1 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.beta.7 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.beta.6 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.beta.5 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.beta.4 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.beta.3 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.beta.2 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.beta.1 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.beta test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.18 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.17 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.16 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.15 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.14 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.13 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.12 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.11 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.10 test/tc_locale.rb
adiwg-mdjson_schemas-2.0.0.pre.alpha.9 test/tc_locale.rb