mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
8d96e7288f
The builtin word regexes should be tested with some simple examples against simple issues. Do this in bulk. Mainly due to a lack of language knowledge and inspiration, most of the test cases (cpp, csharp, java, objc, pascal, php, python, ruby) are directly based off a C operator precedence table to verify that all operators are split correctly. This means that they are probably incomplete or inaccurate except for 'cpp' itself. Still, they are good enough to already have uncovered a typo in the python and ruby patterns. 'fortran' is based on my anecdotal knowledge of the DO10I parsing rules, and thus probably useless. The rest (bibtex, html, tex) are an ad-hoc test of what I consider important splits in those languages. Signed-off-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
34 lines
1.9 KiB
Text
34 lines
1.9 KiB
Text
<BOLD>diff --git a/pre b/post<RESET>
|
|
<BOLD>index 30ed9a1..7678f14 100644<RESET>
|
|
<BOLD>--- a/pre<RESET>
|
|
<BOLD>+++ b/post<RESET>
|
|
<CYAN>@@ -1,17 +1,17 @@<RESET>
|
|
10.downto(1) {|<RED>x<RESET><GREEN>y<RESET>| puts <RED>x<RESET><GREEN>y<RESET>}
|
|
<GREEN>(<RESET>1<GREEN>) (<RESET>-1e10<GREEN>) (<RESET>0xabcdef<GREEN>)<RESET> '<RED>x<RESET><GREEN>y<RESET>'
|
|
[<RED>a<RESET><GREEN>x<RESET>] <RED>a<RESET><GREEN>x<RESET>-><RED>b a<RESET><GREEN>y x<RESET>.<RED>b<RESET><GREEN>y<RESET>
|
|
!<RED>a<RESET><GREEN>x<RESET> ~<RED>a a<RESET><GREEN>x x<RESET>++ <RED>a<RESET><GREEN>x<RESET>-- <RED>a<RESET><GREEN>x<RESET>*<RED>b a<RESET><GREEN>y x<RESET>&<RED>b<RESET>
|
|
<RED>a<RESET><GREEN>y<RESET>
|
|
<GREEN>x<RESET>*<RED>b a<RESET><GREEN>y x<RESET>/<RED>b a<RESET><GREEN>y x<RESET>%<RED>b<RESET>
|
|
<RED>a<RESET><GREEN>y<RESET>
|
|
<GREEN>x<RESET>+<RED>b a<RESET><GREEN>y x<RESET>-<RED>b<RESET>
|
|
<RED>a<RESET><GREEN>y<RESET>
|
|
<GREEN>x<RESET><<<RED>b a<RESET><GREEN>y x<RESET>>><RED>b<RESET>
|
|
<RED>a<RESET><GREEN>y<RESET>
|
|
<GREEN>x<RESET><<RED>b a<RESET><GREEN>y x<RESET><=<RED>b a<RESET><GREEN>y x<RESET>><RED>b a<RESET><GREEN>y x<RESET>>=<RED>b<RESET>
|
|
<RED>a<RESET><GREEN>y<RESET>
|
|
<GREEN>x<RESET>==<RED>b a<RESET><GREEN>y x<RESET>!=<RED>b<RESET>
|
|
<RED>a<RESET><GREEN>y<RESET>
|
|
<GREEN>x<RESET>&<RED>b<RESET>
|
|
<RED>a<RESET><GREEN>y<RESET>
|
|
<GREEN>x<RESET>^<RED>b<RESET>
|
|
<RED>a<RESET><GREEN>y<RESET>
|
|
<GREEN>x<RESET>|<RED>b<RESET>
|
|
<RED>a<RESET><GREEN>y<RESET>
|
|
<GREEN>x<RESET>&&<RED>b<RESET>
|
|
<RED>a<RESET><GREEN>y<RESET>
|
|
<GREEN>x<RESET>||<RED>b<RESET>
|
|
<RED>a?b<RESET><GREEN>y<RESET>
|
|
<GREEN>x?y<RESET>:z
|
|
<RED>a<RESET><GREEN>x<RESET>=<RED>b a<RESET><GREEN>y x<RESET>+=<RED>b a<RESET><GREEN>y x<RESET>-=<RED>b a<RESET><GREEN>y x<RESET>*=<RED>b a<RESET><GREEN>y x<RESET>/=<RED>b a<RESET><GREEN>y x<RESET>%=<RED>b a<RESET><GREEN>y x<RESET><<=<RED>b a<RESET><GREEN>y x<RESET>>>=<RED>b a<RESET><GREEN>y x<RESET>&=<RED>b a<RESET><GREEN>y x<RESET>^=<RED>b a<RESET><GREEN>y x<RESET>|=<RED>b<RESET>
|
|
<RED>a<RESET><GREEN>y<RESET>
|
|
<GREEN>x<RESET>,y
|