forked from apache/jena
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Change
@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());
}Are you interested in contributing a pull request for this task?
None
Metadata
Metadata
Assignees
Labels
No labels