You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/gitdiff
wxiaoguang 3310dd1d19
Improve code diff highlight, fix incorrect rendered diff result (#19958)
Use Unicode placeholders to replace HTML tags and HTML entities first, then do diff, then recover the HTML tags and HTML entities. Now the code diff with highlight has stable behavior, and won't emit broken tags.
3 years ago
..
testdata/academic-module
csv.go
csv_test.go
gitdiff.go Improve code diff highlight, fix incorrect rendered diff result (#19958) 3 years ago
gitdiff_test.go Improve code diff highlight, fix incorrect rendered diff result (#19958) 3 years ago
highlightdiff.go Improve code diff highlight, fix incorrect rendered diff result (#19958) 3 years ago
highlightdiff_test.go Improve code diff highlight, fix incorrect rendered diff result (#19958) 3 years ago
main_test.go