Skip to content

Conversation

orgads
Copy link
Contributor

@orgads orgads commented Jan 21, 2020

Purpose / Goal

Simplify validator tests

Type

Please mention the type of PR

  • [ ]Bug Fix
  • [X]Refactoring / Technology upgrade
  • [ ]New Feature

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.423% when pulling bf7c4df on orgads:simplify-tests into 97dcaf9 on NaturalIntelligence:master.

//console.log(JSON.stringify(result,null,4));
expect(result).toEqual(expected);
validate("< rootNode></rootNode>", {
InvalidTag: "There is an unnecessary space between tag name and backward slash '</ ..'."
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This message is incorrect...

Copy link
Member

Choose a reason for hiding this comment

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

Yeah.. it is incorrect.

//console.log(JSON.stringify(result,null,4));
expect(result).toEqual(expected);
validate("< rootNode></rootNode>", {
InvalidTag: "There is an unnecessary space between tag name and backward slash '</ ..'."
Copy link
Member

Choose a reason for hiding this comment

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

Yeah.. it is incorrect.

@amitguptagwl amitguptagwl merged commit a3436de into NaturalIntelligence:master Jan 26, 2020
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