We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
@Test public void nv_14() { String largeInteger = "1" + "0".repeat(22); NodeValue nodeValue = NV.toNodeValue(new BigInteger(largeInteger).doubleValue()); NV nv = new NV(nodeValue); <<<<<<< HEAD assertEquals(nv.getValue(), largeInteger); ======= assertEquals(largeInteger, nv.getValue()); >>>>>>> jena-4.9.0 assertTrue("is a number", nv.isNumber()); }
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Change
Are you interested in contributing a pull request for this task?
None
The text was updated successfully, but these errors were encountered: