Skip to content

Commit a57d0ef

Browse files
committed
Test was pointing to the wrong char, but the result is the same.
1 parent 6bb83b8 commit a57d0ef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

analysis/tests/src/Completion.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,4 +401,4 @@ let header1 = `
401401
let header2 = `
402402
color: ${red};
403403
background-color: ${red}; `
404-
// ^com
404+
// ^com

analysis/tests/src/expected/Completion.res.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,14 +1534,14 @@ Completable: Cpath Value[red]
15341534
"documentation": null
15351535
}]
15361536

1537-
Complete src/Completion.res 402:22
1538-
posCursor:[402:22] posNoWhite:[402:20] Found expr:[400:14->402:31]
1537+
Complete src/Completion.res 402:24
1538+
posCursor:[402:24] posNoWhite:[402:23] Found expr:[400:14->402:31]
15391539
Pexp_apply ...__ghost__[0:-1->0:-1] (...[401:16->402:27], ...[402:27->402:31])
1540-
posCursor:[402:22] posNoWhite:[402:20] Found expr:[401:16->402:27]
1540+
posCursor:[402:24] posNoWhite:[402:23] Found expr:[401:16->402:27]
15411541
Pexp_apply ...__ghost__[0:-1->0:-1] (...[401:16->402:27], ...[402:24->402:27])
1542-
posCursor:[402:22] posNoWhite:[402:20] Found expr:[401:16->402:27]
1542+
posCursor:[402:24] posNoWhite:[402:23] Found expr:[401:16->402:27]
15431543
Pexp_apply ...__ghost__[0:-1->0:-1] (...[400:14->401:16], ...[401:16->402:24])
1544-
posCursor:[402:22] posNoWhite:[402:20] Found expr:[401:16->402:24]
1544+
posCursor:[402:24] posNoWhite:[402:23] Found expr:[401:16->402:24]
15451545
Completable: Cnone
15461546
[]
15471547

0 commit comments

Comments
 (0)