-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t4034: bulk verify builtin word regex sanity
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>
- Loading branch information
Thomas Rast
authored and
Junio C Hamano
committed
Jan 18, 2011
1 parent
adf872e
commit 8d96e72
Showing
37 changed files
with
668 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<BOLD>diff --git a/pre b/post<RESET> | ||
<BOLD>index 95cd55b..ddcba9b 100644<RESET> | ||
<BOLD>--- a/pre<RESET> | ||
<BOLD>+++ b/post<RESET> | ||
<CYAN>@@ -1,9 +1,10 @@<RESET> | ||
@article{aldous1987uie,<RESET> | ||
title={{Ultimate instability of exponential back-off protocol for acknowledgment-based transmission control of random access communication channels}},<RESET> | ||
author={Aldous, <RED>D.<RESET><GREEN>David<RESET>}, | ||
journal={Information Theory, IEEE Transactions on},<RESET> | ||
volume={<RED>33<RESET><GREEN>Bogus.<RESET>}, | ||
number={<RED>2<RESET><GREEN>4<RESET>}, | ||
pages={219--223},<RESET> | ||
year=<GREEN>1987,<RESET> | ||
<GREEN> note={This is in fact a rather funny read since ethernet works well in practice. The<RESET> {<RED>1987<RESET><GREEN>\em pre} reference is the right one, however.<RESET>}<RED>,<RESET> | ||
}<RESET> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@article{aldous1987uie, | ||
title={{Ultimate instability of exponential back-off protocol for acknowledgment-based transmission control of random access communication channels}}, | ||
author={Aldous, David}, | ||
journal={Information Theory, IEEE Transactions on}, | ||
volume={Bogus.}, | ||
number={4}, | ||
pages={219--223}, | ||
year=1987, | ||
note={This is in fact a rather funny read since ethernet works well in practice. The {\em pre} reference is the right one, however.} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@article{aldous1987uie, | ||
title={{Ultimate instability of exponential back-off protocol for acknowledgment-based transmission control of random access communication channels}}, | ||
author={Aldous, D.}, | ||
journal={Information Theory, IEEE Transactions on}, | ||
volume={33}, | ||
number={2}, | ||
pages={219--223}, | ||
year={1987}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<BOLD>diff --git a/pre b/post<RESET> | ||
<BOLD>index 23d5c8a..7e8c026 100644<RESET> | ||
<BOLD>--- a/pre<RESET> | ||
<BOLD>+++ b/post<RESET> | ||
<CYAN>@@ -1,19 +1,19 @@<RESET> | ||
Foo() : x(0<RED>&&1<RESET><GREEN>&42<RESET>) { <GREEN>bar(x);<RESET> } | ||
cout<<"Hello World<RED>!<RESET><GREEN>?<RESET>\n"<<endl; | ||
<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<RESET><GREEN>y<RESET> | ||
<GREEN>x<RESET>?<RED>b<RESET><GREEN>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 | ||
<RED>a<RESET><GREEN>x<RESET>::<RED>b<RESET><GREEN>y<RESET> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Foo() : x(0&42) { bar(x); } | ||
cout<<"Hello World?\n"<<endl; | ||
(1) (-1e10) (0xabcdef) 'y' | ||
[x] x->y x.y | ||
!x ~x x++ x-- x*y x&y | ||
x*y x/y x%y | ||
x+y x-y | ||
x<<y x>>y | ||
x<y x<=y x>y x>=y | ||
x==y x!=y | ||
x&y | ||
x^y | ||
x|y | ||
x&&y | ||
x||y | ||
x?y:z | ||
x=y x+=y x-=y x*=y x/=y x%=y x<<=y x>>=y x&=y x^=y x|=y | ||
x,y | ||
x::y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Foo():x(0&&1){} | ||
cout<<"Hello World!\n"<<endl; | ||
1 -1e10 0xabcdef 'x' | ||
[a] a->b a.b | ||
!a ~a a++ a-- a*b a&b | ||
a*b a/b a%b | ||
a+b a-b | ||
a<<b a>>b | ||
a<b a<=b a>b a>=b | ||
a==b a!=b | ||
a&b | ||
a^b | ||
a|b | ||
a&&b | ||
a||b | ||
a?b:z | ||
a=b a+=b a-=b a*=b a/=b a%=b a<<=b a>>=b a&=b a^=b a|=b | ||
a,y | ||
a::b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<BOLD>diff --git a/pre b/post<RESET> | ||
<BOLD>index 9106d63..dd5f421 100644<RESET> | ||
<BOLD>--- a/pre<RESET> | ||
<BOLD>+++ b/post<RESET> | ||
<CYAN>@@ -1,18 +1,18 @@<RESET> | ||
Foo() : x(0<RED>&&1<RESET><GREEN>&42<RESET>) { <GREEN>bar(x);<RESET> } | ||
cout<<"Hello World<RED>!<RESET><GREEN>?<RESET>\n"<<endl; | ||
<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<RESET><GREEN>y<RESET> | ||
<GREEN>x<RESET>?<RED>b<RESET><GREEN>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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Foo() : x(0&42) { bar(x); } | ||
cout<<"Hello World?\n"<<endl; | ||
(1) (-1e10) (0xabcdef) 'y' | ||
[x] x->y x.y | ||
!x ~x x++ x-- x*y x&y | ||
x*y x/y x%y | ||
x+y x-y | ||
x<<y x>>y | ||
x<y x<=y x>y x>=y | ||
x==y x!=y | ||
x&y | ||
x^y | ||
x|y | ||
x&&y | ||
x||y | ||
x?y:z | ||
x=y x+=y x-=y x*=y x/=y x%=y x<<=y x>>=y x&=y x^=y x|=y | ||
x,y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Foo():x(0&&1){} | ||
cout<<"Hello World!\n"<<endl; | ||
1 -1e10 0xabcdef 'x' | ||
[a] a->b a.b | ||
!a ~a a++ a-- a*b a&b | ||
a*b a/b a%b | ||
a+b a-b | ||
a<<b a>>b | ||
a<b a<=b a>b a>=b | ||
a==b a!=b | ||
a&b | ||
a^b | ||
a|b | ||
a&&b | ||
a||b | ||
a?b:z | ||
a=b a+=b a-=b a*=b a/=b a%=b a<<=b a>>=b a&=b a^=b a|=b | ||
a,y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<BOLD>diff --git a/pre b/post<RESET> | ||
<BOLD>index 87f0d0b..d308da2 100644<RESET> | ||
<BOLD>--- a/pre<RESET> | ||
<BOLD>+++ b/post<RESET> | ||
<CYAN>@@ -1,5 +1,5 @@<RESET> | ||
print *, "Hello World<RED>!<RESET><GREEN>?<RESET>" | ||
|
||
DO10I = 1,10<RESET> | ||
<RED>DO10I<RESET><GREEN>DO 10 I<RESET> = 1,10 | ||
<RED>DO10I<RESET><GREEN>DO 1 0 I<RESET> = 1,10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
print *, "Hello World?" | ||
|
||
DO10I = 1,10 | ||
DO 10 I = 1,10 | ||
DO 1 0 I = 1,10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
print *, "Hello World!" | ||
|
||
DO10I = 1,10 | ||
DO10I = 1,10 | ||
DO10I = 1,10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<BOLD>diff --git a/pre b/post<RESET> | ||
<BOLD>index 8ca4aea..46921e5 100644<RESET> | ||
<BOLD>--- a/pre<RESET> | ||
<BOLD>+++ b/post<RESET> | ||
<CYAN>@@ -1,3 +1,3 @@<RESET> | ||
<tag <GREEN>newattr="newvalue"<RESET>><GREEN>added<RESET> content</tag> | ||
<tag attr=<RED>"value"<RESET><GREEN>"newvalue"<RESET>><RED>content<RESET><GREEN>changed<RESET></tag> | ||
<<RED>tag<RESET><GREEN>newtag<RESET>>content <RED>&entity;<RESET><GREEN>&newentity;<RESET><<RED>/tag<RESET><GREEN>/newtag<RESET>> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<tag newattr="newvalue">added content</tag> | ||
<tag attr="newvalue">changed</tag> | ||
<newtag>content &newentity;</newtag> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<tag>content</tag> | ||
<tag attr="value">content</tag> | ||
<tag>content &entity;</tag> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<BOLD>diff --git a/pre b/post<RESET> | ||
<BOLD>index 23d5c8a..7e8c026 100644<RESET> | ||
<BOLD>--- a/pre<RESET> | ||
<BOLD>+++ b/post<RESET> | ||
<CYAN>@@ -1,19 +1,19 @@<RESET> | ||
Foo() : x(0<RED>&&1<RESET><GREEN>&42<RESET>) { <GREEN>bar(x);<RESET> } | ||
cout<<"Hello World<RED>!<RESET><GREEN>?<RESET>\n"<<endl; | ||
<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<RESET><GREEN>y<RESET> | ||
<GREEN>x<RESET>?<RED>b<RESET><GREEN>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 | ||
<RED>a<RESET><GREEN>x<RESET>::<RED>b<RESET><GREEN>y<RESET> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Foo() : x(0&42) { bar(x); } | ||
cout<<"Hello World?\n"<<endl; | ||
(1) (-1e10) (0xabcdef) 'y' | ||
[x] x->y x.y | ||
!x ~x x++ x-- x*y x&y | ||
x*y x/y x%y | ||
x+y x-y | ||
x<<y x>>y | ||
x<y x<=y x>y x>=y | ||
x==y x!=y | ||
x&y | ||
x^y | ||
x|y | ||
x&&y | ||
x||y | ||
x?y:z | ||
x=y x+=y x-=y x*=y x/=y x%=y x<<=y x>>=y x&=y x^=y x|=y | ||
x,y | ||
x::y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Foo():x(0&&1){} | ||
cout<<"Hello World!\n"<<endl; | ||
1 -1e10 0xabcdef 'x' | ||
[a] a->b a.b | ||
!a ~a a++ a-- a*b a&b | ||
a*b a/b a%b | ||
a+b a-b | ||
a<<b a>>b | ||
a<b a<=b a>b a>=b | ||
a==b a!=b | ||
a&b | ||
a^b | ||
a|b | ||
a&&b | ||
a||b | ||
a?b:z | ||
a=b a+=b a-=b a*=b a/=b a%=b a<<=b a>>=b a&=b a^=b a|=b | ||
a,y | ||
a::b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<BOLD>diff --git a/pre b/post<RESET> | ||
<BOLD>index 9106d63..dd5f421 100644<RESET> | ||
<BOLD>--- a/pre<RESET> | ||
<BOLD>+++ b/post<RESET> | ||
<CYAN>@@ -1,18 +1,18 @@<RESET> | ||
Foo() : x(0<RED>&&1<RESET><GREEN>&42<RESET>) { <GREEN>bar(x);<RESET> } | ||
cout<<"Hello World<RED>!<RESET><GREEN>?<RESET>\n"<<endl; | ||
<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<RESET><GREEN>y<RESET> | ||
<GREEN>x<RESET>?<RED>b<RESET><GREEN>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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Foo() : x(0&42) { bar(x); } | ||
cout<<"Hello World?\n"<<endl; | ||
(1) (-1e10) (0xabcdef) 'y' | ||
[x] x->y x.y | ||
!x ~x x++ x-- x*y x&y | ||
x*y x/y x%y | ||
x+y x-y | ||
x<<y x>>y | ||
x<y x<=y x>y x>=y | ||
x==y x!=y | ||
x&y | ||
x^y | ||
x|y | ||
x&&y | ||
x||y | ||
x?y:z | ||
x=y x+=y x-=y x*=y x/=y x%=y x<<=y x>>=y x&=y x^=y x|=y | ||
x,y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Foo():x(0&&1){} | ||
cout<<"Hello World!\n"<<endl; | ||
1 -1e10 0xabcdef 'x' | ||
[a] a->b a.b | ||
!a ~a a++ a-- a*b a&b | ||
a*b a/b a%b | ||
a+b a-b | ||
a<<b a>>b | ||
a<b a<=b a>b a>=b | ||
a==b a!=b | ||
a&b | ||
a^b | ||
a|b | ||
a&&b | ||
a||b | ||
a?b:z | ||
a=b a+=b a-=b a*=b a/=b a%=b a<<=b a>>=b a&=b a^=b a|=b | ||
a,y |
Oops, something went wrong.