forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfac1c04
committed
Make tab-completion tests more robust.
Depending on as-yet-incompletely-explained factors, readline/libeditmight choose to emit screen-control escape sequences as part ofrepainting the display. I'd tried to make the test patterns avoidmatching parts of the output that are likely to contain such, butit seems that there's really no way around matching them explicitlyin some places, unless we want to just give up testing some behaviorssuch as display of alternatives.Per report from Peter Geoghegan.Discussion:https://postgr.es/m/CAH2-WznPzfWHu8PQwv1Qjpf4wQVPaaWpoO5NunFz9zsYKB4uJA@mail.gmail.com1 parent3fd40b6 commitfac1c04
1 file changed
+12
-2
lines changedLines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
41 | 47 |
| |
42 | 48 |
| |
43 | 49 |
| |
| |||
101 | 107 |
| |
102 | 108 |
| |
103 | 109 |
| |
104 |
| - | |
105 |
| - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
106 | 116 |
| |
107 | 117 |
| |
108 | 118 |
| |
|
0 commit comments
Comments
(0)