parent
							
								
									2ed9e26a4f
								
							
						
					
					
						commit
						b0e00da2f7
					
				
					 2 changed files with 7 additions and 1 deletions
				
			
		|  | @ -1096,6 +1096,12 @@ describe('MFM', () => { | |||
| 			const output = '<p><span>foo<br>bar<br>baz</span></p>'; | ||||
| 			assert.equal(toHtml(analyze(input)), output); | ||||
| 		}); | ||||
| 
 | ||||
| 		it('br alt', () => { | ||||
| 			const input = 'foo\r\nbar\rbaz'; | ||||
| 			const output = '<p><span>foo<br>bar<br>baz</span></p>'; | ||||
| 			assert.equal(toHtml(analyze(input)), output); | ||||
| 		}); | ||||
| 	}); | ||||
| 
 | ||||
| 	it('code block with quote', () => { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue