lib/csl/style/text.rb in csl-1.0.0.pre1 vs lib/csl/style/text.rb in csl-1.0.0.pre2
- old
+ new
@@ -1,10 +1,10 @@
module CSL
class Style
class Text < Node
- attr_struct :macro, :term, :form, :plural, :value,
- *Schema.attr(:affixes, :display, :font, :quotes, :periods, :textcase)
+ attr_struct :variable, :macro, :term, :form, :plural, :'text-case',
+ :value, *Schema.attr(:affixes, :display, :font, :quotes, :periods)
end
end
end
\ No newline at end of file