mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
3bbcce68d7
- Renames and changes rnotwhite to focus on HTML whitespace chars - Change internal use of jQuery.trim to more accurate strip and collapse - Adds tests to ensure HTML space characters are retained where valid - Doesn't add tests where the difference is inconsequential and existing tests are adequate. Fixes gh-3003 Fixes gh-3072 Close gh-3316
6 lines
245 B
HTML
6 lines
245 B
HTML
<div class="user">This is a user</div>
|
|
<div class="user">This is a user</div>
|
|
<div class="teacher">This is a teacher</div>
|
|
<div id="superuser">This is a superuser</div>
|
|
<div id="whitespace\xA0">This is a superuser with non-HTML whitespace</div>
|