Skip to content

Conversation

@marce1994
Copy link
Contributor

No description provided.

[InlineData("INT", "2147483648", "int")]
[InlineData("DATESTAMP", "11-31-2021 02:08:58", "datetime")]
[InlineData("WRONGFLOAT", "notanumber", "float")]
public void ParseWithTypeParseExceptionShouldIgnoreType(string regex, string parse, string toType) {
Copy link
Owner

Choose a reason for hiding this comment

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

Please fix Java-style braces

Copy link
Owner

@Marusyk Marusyk left a comment

Choose a reason for hiding this comment

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

@marce1994 Many thanks for your contribution

@Marusyk Marusyk merged commit 414f404 into Marusyk:main Oct 19, 2021
@Marusyk Marusyk linked an issue Oct 19, 2021 that may be closed by this pull request
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.

Add Unit Tests to improve Code Coverage

2 participants