Remove linemappings file.
This commit is contained in:
parent
7a8aa95f50
commit
ed617d17e9
|
|
@ -1,49 +0,0 @@
|
|||
// !!! Do not check in. Instead paste content into test method. !!!
|
||||
|
||||
var expectedLineMappings = new[]
|
||||
{
|
||||
BuildLineMapping(
|
||||
documentAbsoluteIndex: 14,
|
||||
documentLineIndex: 0,
|
||||
generatedAbsoluteIndex: 495,
|
||||
generatedLineIndex: 15,
|
||||
characterOffsetIndex: 14,
|
||||
contentLength: 17),
|
||||
BuildLineMapping(
|
||||
documentAbsoluteIndex: 182,
|
||||
documentLineIndex: 5,
|
||||
generatedAbsoluteIndex: 1033,
|
||||
generatedLineIndex: 35,
|
||||
characterOffsetIndex: 0,
|
||||
contentLength: 12),
|
||||
BuildLineMapping(
|
||||
documentAbsoluteIndex: 195,
|
||||
documentLineIndex: 5,
|
||||
documentCharacterOffsetIndex: 13,
|
||||
generatedAbsoluteIndex: 1136,
|
||||
generatedLineIndex: 41,
|
||||
generatedCharacterOffsetIndex: 12,
|
||||
contentLength: 30),
|
||||
BuildLineMapping(
|
||||
documentAbsoluteIndex: 339,
|
||||
documentLineIndex: 7,
|
||||
documentCharacterOffsetIndex: 50,
|
||||
generatedAbsoluteIndex: 1385,
|
||||
generatedLineIndex: 49,
|
||||
generatedCharacterOffsetIndex: 6,
|
||||
contentLength: 23),
|
||||
BuildLineMapping(
|
||||
documentAbsoluteIndex: 389,
|
||||
documentLineIndex: 7,
|
||||
generatedAbsoluteIndex: 1692,
|
||||
generatedLineIndex: 56,
|
||||
characterOffsetIndex: 100,
|
||||
contentLength: 4),
|
||||
BuildLineMapping(
|
||||
documentAbsoluteIndex: 424,
|
||||
documentLineIndex: 9,
|
||||
generatedAbsoluteIndex: 1775,
|
||||
generatedLineIndex: 61,
|
||||
characterOffsetIndex: 0,
|
||||
contentLength: 15),
|
||||
};
|
||||
Loading…
Reference in New Issue