merge(third_party/git): Merge squashed git subtree at v2.23.0
Merge commit '1b593e1ea4' as 'third_party/git'
This commit is contained in:
commit
7ef0d62730
3629 changed files with 1139935 additions and 0 deletions
27
third_party/git/t/t4034/ada/expect
vendored
Normal file
27
third_party/git/t/t4034/ada/expect
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<BOLD>diff --git a/pre b/post<RESET>
|
||||
<BOLD>index d96fdd1..df21bb0 100644<RESET>
|
||||
<BOLD>--- a/pre<RESET>
|
||||
<BOLD>+++ b/post<RESET>
|
||||
<CYAN>@@ -1,13 +1,13 @@<RESET>
|
||||
Ada.Text_IO.Put_Line("Hello World<RED>!<RESET><GREEN>?<RESET>");
|
||||
1 <RED>1e-10<RESET><GREEN>1e10<RESET> 16#FE12#E2 3.141_592 '<RED>x<RESET><GREEN>y<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<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>)
|
||||
<RED>a<RESET><GREEN>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<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>
|
||||
13
third_party/git/t/t4034/ada/post
vendored
Normal file
13
third_party/git/t/t4034/ada/post
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Ada.Text_IO.Put_Line("Hello World?");
|
||||
1 1e10 16#FE12#E2 3.141_592 '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
|
||||
13
third_party/git/t/t4034/ada/pre
vendored
Normal file
13
third_party/git/t/t4034/ada/pre
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Ada.Text_IO.Put_Line("Hello World!");
|
||||
1 1e-10 16#FE12#E2 3.141_592 'x'
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue