git.delta.rocks / jrsonnet / refs/commits / beff66c04fc2

difftreelog

test fix column offsets

Лач2020-07-19parent: #ea5e4ec.patch.diff
in: master

1 file changed

modifiedcrates/jrsonnet-evaluator/src/trace/location.rsdiffbeforeafterboth
83 vec![83 vec![
84 CodeLocation {84 CodeLocation {
85 line: 1,85 line: 1,
86 column: 1,86 column: 2,
87 line_start_offset: 0,87 line_start_offset: 0,
88 line_end_offset: 1188 line_end_offset: 11
89 },89 },
90 CodeLocation {90 CodeLocation {
91 line: 2,91 line: 2,
92 column: 3,92 column: 4,
93 line_start_offset: 11,93 line_start_offset: 12,
94 line_end_offset: 6794 line_end_offset: 67
95 }95 }
96 ]96 ]