fixup! fixup! 27d710969473894b59f23ad981fc50cbd3b78977
This commit is contained in:
		
					parent
					
						
							
								25864fa467
							
						
					
				
			
			
				commit
				
					
						1c77b035b2
					
				
			
		
					 1 changed files with 6 additions and 6 deletions
				
			
		
							
								
								
									
										12
									
								
								src/block.rs
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								src/block.rs
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -897,12 +897,12 @@ mod test {
 | 
			
		|||
    fn parse_heading_multi() {
 | 
			
		||||
        test_parse!(
 | 
			
		||||
            concat!(
 | 
			
		||||
                    "# 2\n",
 | 
			
		||||
                    "\n",
 | 
			
		||||
                    " #   8\n",
 | 
			
		||||
                    "  12\n",
 | 
			
		||||
                    "15\n", //
 | 
			
		||||
                ),
 | 
			
		||||
                "# 2\n",
 | 
			
		||||
                "\n",
 | 
			
		||||
                " #   8\n",
 | 
			
		||||
                "  12\n",
 | 
			
		||||
                "15\n", //
 | 
			
		||||
            ),
 | 
			
		||||
            (Enter(Container(Section)), "#"),
 | 
			
		||||
            (Enter(Leaf(Heading)), "#"),
 | 
			
		||||
            (Inline, "2"),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue