lib/csl/schema.rb in csl-1.0.0.pre5 vs lib/csl/schema.rb in csl-1.0.0.pre6
- old
+ new
@@ -84,9 +84,13 @@
names-delimiter
}
})
@attributes.each_value { |v| v.map!(&:to_sym).freeze }
+
+ @attributes[:formatting] = [:'text-case'].concat(
+ @attributes.values_at(:affixes, :quotes, :font).flatten)
+
@attributes.freeze
@file = File.expand_path('../../../vendor/schema/csl.rng', __FILE__)
@validators = {
\ No newline at end of file