Skip to content

Fix >= & <= operators#1

Open
simpleidserver wants to merge 3 commits intojplane:mainfrom
simpleidserver:main
Open

Fix >= & <= operators#1
simpleidserver wants to merge 3 commits intojplane:mainfrom
simpleidserver:main

Conversation

@simpleidserver
Copy link

Both operators (>= & <=) are fixed in the pull request.

Comment on lines +20 to +29
// [TestMethod]
// public void ScalarFloatLeadingDecimal()
// {
// var json = new JObject();
//
// var output = JQ.EvalToToken("-.44", json);
//
// Assert.IsNotNull(output);
// Assert.AreEqual(new JValue(-0.44d), output);
// }
Copy link
Owner

Choose a reason for hiding this comment

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

why commented out?

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