From 6a16eaa2cac127ab547348ce6e13a68dc3a7ccab Mon Sep 17 00:00:00 2001 From: "Alexey.Berezhnykh" Date: Mon, 13 Nov 2023 22:20:36 +0300 Subject: [PATCH] wip --- .../SyntaxTree/Expression/DotLambda - _. Recovery - Eof.fsx.bsl | 2 +- .../data/SyntaxTree/Expression/DotLambda - _. Recovery.fsx.bsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/service/data/SyntaxTree/Expression/DotLambda - _. Recovery - Eof.fsx.bsl b/tests/service/data/SyntaxTree/Expression/DotLambda - _. Recovery - Eof.fsx.bsl index f265a269f44..878b39bfb7a 100644 --- a/tests/service/data/SyntaxTree/Expression/DotLambda - _. Recovery - Eof.fsx.bsl +++ b/tests/service/data/SyntaxTree/Expression/DotLambda - _. Recovery - Eof.fsx.bsl @@ -18,7 +18,7 @@ ImplFile DotLambda (ArbitraryAfterError ("dotLambda1", (1,7--1,7)), (1,5--1,7), { UnderscoreRange = (1,5--1,6) - DotRange = Some (1,6--1,7) }), (1,0--1,7)), (1,0--1,7))], + DotRange = (1,6--1,7) }), (1,0--1,7)), (1,0--1,7))], PreXmlDocEmpty, [], None, (1,0--1,7), { LeadingKeyword = None })], (true, true), { ConditionalDirectives = [] CodeComments = [] }, set [])) diff --git a/tests/service/data/SyntaxTree/Expression/DotLambda - _. Recovery.fsx.bsl b/tests/service/data/SyntaxTree/Expression/DotLambda - _. Recovery.fsx.bsl index 2e31003ce7d..0bc367b4df3 100644 --- a/tests/service/data/SyntaxTree/Expression/DotLambda - _. Recovery.fsx.bsl +++ b/tests/service/data/SyntaxTree/Expression/DotLambda - _. Recovery.fsx.bsl @@ -9,7 +9,7 @@ ImplFile (DotLambda (ArbitraryAfterError ("dotLambda1", (1,3--1,3)), (1,1--1,3), { UnderscoreRange = (1,1--1,2) - DotRange = Some (1,2--1,3) }), (1,0--1,1), Some (1,3--1,4), + DotRange = (1,2--1,3) }), (1,0--1,1), Some (1,3--1,4), (1,0--1,4)), (1,0--1,4))], PreXmlDocEmpty, [], None, (1,0--1,4), { LeadingKeyword = None })], (true, true), { ConditionalDirectives = []