Skip to content

pr-git-866/sohomdatta1/css-userdiff-fix-test-v2

From: Sohom <sohom.datta@learner.manipal.edu>

The regex used for the CSS builtin diff driver in git is only
able to show chunk headers for lines that start with a number,
a letter or an underscore.

However, the regex fails to detect classes (starts with a .), ids
(starts with a #), :root and attribute-value based selectors (for
example [class*="col-"]), as well as @based block-level statements
like @page,@keyframes and @media since all of them, start with a
special character.

Allow the selectors and block level statements to begin with these
special characters.

Signed-off-by: Sohom Datta <sohom.datta@learner.manipal.edu>

Submitted-As: https://lore.kernel.org/git/pull.866.v2.git.git.1602146164799.gitgitgadget@gmail.com
In-Reply-To: https://lore.kernel.org/git/pull.866.git.git.1602062726316.gitgitgadget@gmail.com
Assets 2