Fix sanitizer text case for glitch-soc, which preserves lists
This commit is contained in:
		
							parent
							
								
									8dd730a71d
								
							
						
					
					
						commit
						d1ed28cf94
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -14,9 +14,5 @@ describe Sanitize::Config do | |||
|     it 'keeps ul' do | ||||
|       expect(Sanitize.fragment('<p>Check out:</p><ul><li>Foo</li><li>Bar</li></ul>', subject)).to eq '<p>Check out:</p><ul><li>Foo</li><li>Bar</li></ul>' | ||||
|     end | ||||
| 
 | ||||
|     it 'keep links in lists' do | ||||
|       expect(Sanitize.fragment('<p>Check out:</p><ul><li><a href="https://joinmastodon.org" rel="nofollow noopener" target="_blank">joinmastodon.org</a></li><li>Bar</li></ul>', subject)).to eq '<p>Check out:</p><p><a href="https://joinmastodon.org" rel="nofollow noopener" target="_blank">joinmastodon.org</a><br>Bar</p>' | ||||
|     end | ||||
|   end | ||||
| end | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue