diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-02-07 11:55:10 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-07 11:55:10 -0800 |
commit | c256661bbe09c842f7b6fe24986294d611f25200 (patch) | |
tree | c2445ea3675ec34008108213078b6963428f9713 /t | |
parent | 53c2a5980ecd537a3cb76b748bac7760f7c96613 (diff) | |
parent | 39a87a29ce364ed3337e535adce5973731ba2968 (diff) | |
download | git-c256661bbe09c842f7b6fe24986294d611f25200.tar.gz |
Merge branch 'aj/ada-diff-word-pattern'
* aj/ada-diff-word-pattern:
userdiff: update Ada patterns
Diffstat (limited to 't')
-rw-r--r-- | t/t4034/ada/expect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4034/ada/expect b/t/t4034/ada/expect index be2376e904..a682d288b2 100644 --- a/t/t4034/ada/expect +++ b/t/t4034/ada/expect @@ -4,7 +4,7 @@ <BOLD>+++ b/post<RESET> <CYAN>@@ -1,13 +1,13 @@<RESET> Ada.Text_IO.Put_Line("Hello World<RED>!<RESET><GREEN>?<RESET>"); -1 1e<RED>-<RESET>10 16#FE12#E2 3.141_592 '<RED>x<RESET><GREEN>y<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> |