github.com/petermattis/pebble@v0.0.0-20190905164901-ab51a2166067/internal/rangedel/testdata/truncate (about) 1 build 2 1: b-d 3 2: d-f 4 3: f-h 5 ---- 6 1: b-d 7 2: d-f 8 3: f-h 9 10 11 truncate a-b 12 ---- 13 14 truncate a-c 15 ---- 16 1: bc 17 18 truncate a-d 19 ---- 20 1: b-d 21 22 truncate a-e 23 ---- 24 1: b-d 25 2: de 26 27 truncate a-f 28 ---- 29 1: b-d 30 2: d-f 31 32 truncate a-g 33 ---- 34 1: b-d 35 2: d-f 36 3: fg 37 38 truncate a-h 39 ---- 40 1: b-d 41 2: d-f 42 3: f-h 43 44 45 truncate b-b 46 ---- 47 48 truncate b-c 49 ---- 50 1: bc 51 52 truncate b-d 53 ---- 54 1: b-d 55 56 truncate b-e 57 ---- 58 1: b-d 59 2: de 60 61 truncate b-f 62 ---- 63 1: b-d 64 2: d-f 65 66 truncate b-g 67 ---- 68 1: b-d 69 2: d-f 70 3: fg 71 72 truncate b-h 73 ---- 74 1: b-d 75 2: d-f 76 3: f-h 77 78 79 truncate c-c 80 ---- 81 82 truncate c-d 83 ---- 84 1: cd 85 86 truncate c-e 87 ---- 88 1: cd 89 2: de 90 91 truncate c-f 92 ---- 93 1: cd 94 2: d-f 95 96 truncate c-g 97 ---- 98 1: cd 99 2: d-f 100 3: fg 101 102 truncate c-h 103 ---- 104 1: cd 105 2: d-f 106 3: f-h 107 108 109 truncate d-d 110 ---- 111 112 truncate d-e 113 ---- 114 2: de 115 116 truncate d-f 117 ---- 118 2: d-f 119 120 truncate d-g 121 ---- 122 2: d-f 123 3: fg 124 125 truncate d-h 126 ---- 127 2: d-f 128 3: f-h 129 130 131 truncate e-e 132 ---- 133 134 truncate e-f 135 ---- 136 2: ef 137 138 truncate e-g 139 ---- 140 2: ef 141 3: fg 142 143 truncate e-h 144 ---- 145 2: ef 146 3: f-h 147 148 149 truncate f-f 150 ---- 151 152 truncate f-g 153 ---- 154 3: fg 155 156 truncate f-h 157 ---- 158 3: f-h 159 160 161 truncate g-g 162 ---- 163 164 truncate g-h 165 ---- 166 3: gh