mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	modules/markup/markdown: fix dropped test error (#16438)
This commit is contained in:
		@@ -42,6 +42,7 @@ func TestRender_StandardLinks(t *testing.T) {
 | 
			
		||||
			URLPrefix: setting.AppSubURL,
 | 
			
		||||
			IsWiki:    true,
 | 
			
		||||
		}, input)
 | 
			
		||||
		assert.NoError(t, err)
 | 
			
		||||
		assert.Equal(t, strings.TrimSpace(expectedWiki), strings.TrimSpace(buffer))
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user