mirror of
https://github.com/rails/jquery-rails.git
synced 2026-04-26 03:01:14 -04:00
Previously it wasn't possible to test something like this: ``` assert_select_jquery :remove, "[data-placeholder~=name]" ``` This commit fixes it by escaping `[` and `]` characters in the selector.