Re: [GSoC][PATCH 1/2] userdiff: add built-in patterns for CSS

2015-03-08 Thread Eric Sunshine
On Sun, Mar 8, 2015 at 7:03 AM, Hiroyuki Sano wrote: > Add regex patterns for CSS. The word regex maches selectors, properties, > and values. On the other hand, the funcname regex matches lines contains > the curly brace character. > > Signed-off-by: Hiroyuki Sano > --- > diff --git a/t/t4034/css

[GSoC][PATCH 1/2] userdiff: add built-in patterns for CSS

2015-03-08 Thread Hiroyuki Sano
Add regex patterns for CSS. The word regex maches selectors, properties, and values. On the other hand, the funcname regex matches lines contains the curly brace character. Signed-off-by: Hiroyuki Sano --- t/t4018-diff-funcname.sh | 1 + t/t4034-diff-words.sh| 1 + t/t4034/css/expect