forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit56a3921
committed
Further fixes for tab-completion TAP tests.
Escape non-printable characters in failure reports, by using Data::Dumperin Useqq mode. Also, bump $Test::Builder::Level so the diagnosticreferences the calling line, and use diag() instad of note(),so it shows even in non-verbose mode (per request from Christoph Berg).Also, give up on trying to test for the specific way that readlinechooses to overwrite existing text in the \DRD -> \drds test.There are too many variants, it seems, at least on the libeditside of things.Dagfinn Ilmari Mannsåker and Tom LaneDiscussion:https://postgr.es/m/20200103110128.GA28967@msg.df7cb.de1 parentddd87d5 commit56a3921
1 file changed
+10
-6
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 |
| |
56 | 60 |
| |
57 | 61 |
| |
| |||
63 | 67 |
| |
64 | 68 |
| |
65 | 69 |
| |
66 |
| - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
67 | 73 |
| |
68 | 74 |
| |
69 | 75 |
| |
| |||
105 | 111 |
| |
106 | 112 |
| |
107 | 113 |
| |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
113 | 117 |
| |
114 | 118 |
| |
115 | 119 |
| |
|
0 commit comments
Comments
(0)