Skip to content

Conversation

@ThorstenReichert
Copy link
Contributor

Contributes to #7075.

Copy link
Contributor

@cartermp cartermp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@KevinRansom KevinRansom requested a review from vzarytovskii July 5, 2020 19:42
"""
let foo = 1up // int
let x = _52
"""
Copy link
Contributor

@KevinRansom KevinRansom Jul 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test is checking that an identifier that a literal that starts with a numeric is detected as invalid, and is a valid test case, why the change?

Thanks

Kevin

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original test case for 1up got merged as a InlineData into the Theory above, with other similar test cases from this migration.
The _52 test case is from this migration (put it as separate, because it has a different behaviour, i.e. two error messages).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ThorstenReichert

sweet, thanks.

@cartermp cartermp merged commit 539ea96 into dotnet:master Jul 6, 2020
@ThorstenReichert ThorstenReichert deleted the MigrateFsharpQA6 branch July 6, 2020 17:22
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Feb 23, 2021
…to NUnit (dotnet#9626)

* Migrated DecimalLiterals01.fs test case

* Migrated DecimalConstants02.fs test case

* Migrated E_BasicConstantsBigNum01.fs test case

* Migrated E_BasicConstantsBigNum40.fs test case

* Removed unlisted test case

* Migrated E_UnderscoreLiterals.fs test case

* Migrated FullSetOfEscapeCharacters.fs test case

* Migrated NegativeNumbers01.fs, NegativeNumbers02.fs, NegativeNumbers03.fs test cases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants