Skip to content

Commit 03645e7

Browse files
committed
New lines
1 parent 6e285cf commit 03645e7

12 files changed

+16
-16
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Module
22

3-
(fun _ -> )
3+
(fun _ -> )
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Module
22

3-
(fun _ -> ())
3+
(fun _ -> ())
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Module
22

3-
fun _ -> ()
3+
fun _ -> ()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Module
22

3-
[ for x in [] -> () ]
3+
[ for x in [] -> () ]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Module
22

3-
[ for x in [] -> ]
3+
[ for x in [] -> ]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Module
22

3-
->
3+
->

tests/service/data/SyntaxTree/Expression/Rarrow 02.fs.bsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ ImplFile
1313
{ ConditionalDirectives = []
1414
CodeComments = [] }, set []))
1515

16-
(3,0)-(3,2) parse error Incomplete structured construct at or before this point in expression
17-
(3,0)-(3,2) parse error The use of '->' in sequence and computation expressions is limited to the form 'for pat in expr -> expr'. Use the syntax 'for ... in ... do ... yield...' to generate elements in more complex sequence expressions.
16+
(4,0)-(4,0) parse error Incomplete structured construct at or before this point in expression
17+
(3,0)-(4,0) parse error The use of '->' in sequence and computation expressions is limited to the form 'for pat in expr -> expr'. Use the syntax 'for ... in ... do ... yield...' to generate elements in more complex sequence expressions.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Module
22

3-
-> ->
3+
-> ->

tests/service/data/SyntaxTree/Expression/Rarrow 03.fs.bsl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ ImplFile
1616
{ ConditionalDirectives = []
1717
CodeComments = [] }, set []))
1818

19-
(3,0)-(3,5) parse error Incomplete structured construct at or before this point in expression
20-
(3,3)-(3,5) parse error The use of '->' in sequence and computation expressions is limited to the form 'for pat in expr -> expr'. Use the syntax 'for ... in ... do ... yield...' to generate elements in more complex sequence expressions.
21-
(3,0)-(3,5) parse error The use of '->' in sequence and computation expressions is limited to the form 'for pat in expr -> expr'. Use the syntax 'for ... in ... do ... yield...' to generate elements in more complex sequence expressions.
19+
(4,0)-(4,0) parse error Incomplete structured construct at or before this point in expression
20+
(3,3)-(4,0) parse error The use of '->' in sequence and computation expressions is limited to the form 'for pat in expr -> expr'. Use the syntax 'for ... in ... do ... yield...' to generate elements in more complex sequence expressions.
21+
(3,0)-(4,0) parse error The use of '->' in sequence and computation expressions is limited to the form 'for pat in expr -> expr'. Use the syntax 'for ... in ... do ... yield...' to generate elements in more complex sequence expressions.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Module
22

33
try
4-
with _ -> ()
4+
with _ -> ()

0 commit comments

Comments
 (0)