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

marce1994 and others added 3 commits October 19, 2021 05:29
Co-authored-by: Roman Marusyk <Marusyk@users.noreply.github.com>
Co-authored-by: Roman Marusyk <Marusyk@users.noreply.github.com>
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