-
Notifications
You must be signed in to change notification settings - Fork 473
Closed as not planned
Closed as not planned
Copy link
Labels
Milestone
Description
E.g. let c = '❤️' gives
FAILED: src/DocComments.ast
Syntax error!
/Users/cristianocalcagno/GitHub/rescript-vscode/analysis/tests/src/DocComments.res:1:8-9
1 │ let c = '❤️'
2 │
This let-binding misses an expression
Syntax error!
/Users/cristianocalcagno/GitHub/rescript-vscode/analysis/tests/src/DocComments.res:1:10
1 │ let c = '???️'
2 │
Not sure what to do with this character.
Syntax error!
/Users/cristianocalcagno/GitHub/rescript-vscode/analysis/tests/src/DocComments.res:1:11
1 │ let c = '???️'
2 │
Not sure what to do with this character.
Syntax error!
/Users/cristianocalcagno/GitHub/rescript-vscode/analysis/tests/src/DocComments.res:1:12
1 │ let c = '??️'
2 │
Not sure what to do with this character.
Syntax error!
/Users/cristianocalcagno/GitHub/rescript-vscode/analysis/tests/src/DocComments.res:1:13
1 │ let c = '❤???'
2 │
Not sure what to do with this character.
Syntax error!
/Users/cristianocalcagno/GitHub/rescript-vscode/analysis/tests/src/DocComments.res:1:14
1 │ let c = '❤???'
2 │
Not sure what to do with this character.
Syntax error!
/Users/cristianocalcagno/GitHub/rescript-vscode/analysis/tests/src/DocComments.res:1:15
1 │ let c = '❤??'
2 │
Not sure what to do with this character.
mununki