rails--rails/actionview/test
Dave Kroondyk 3814826885 Ensure SVG elements are closed.
Changes introduced in https://github.com/rails/rails/pull/43232 break SVGs
that have mulitple of the same descendant tag because they weren't being
closed. SVG elements must be closed accodoring to spec
https://html.spec.whatwg.org/multipage/syntax.html#elements-2.

Fixes https://github.com/rails/rails/issues/44563
2022-02-28 17:52:02 -05:00
..
actionpack Fix flaky Action View tests 2022-02-23 09:39:57 -05:00
activerecord Fix flaky Action View tests 2022-02-23 09:39:57 -05:00
fixtures Make #to_fs the default replacement for #to_s(:format) 2022-02-07 12:41:21 +01:00
lib Enable `Style/ExplicitBlockArgument` cop 2021-09-05 17:06:19 +02:00
template Ensure SVG elements are closed. 2022-02-28 17:52:02 -05:00
ujs Fix spelling in CoffeeScript and JavaScript files [ci skip] 2021-05-05 11:08:33 +10:00
abstract_unit.rb Delete AS::Dependencies.unhook! 2021-08-17 05:18:22 +02:00
active_record_unit.rb Module#const_set is a public method 2020-09-15 17:19:37 +09:00