Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Conflicts #80

Open
Aklakan opened this issue Oct 9, 2023 · 0 comments
Open

Merge Conflicts #80

Aklakan opened this issue Oct 9, 2023 · 0 comments

Comments

@Aklakan
Copy link
Member

Aklakan commented Oct 9, 2023

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

@Aklakan Aklakan changed the title Contribute Back: TestNV.nv_14 large integer Merge Conflicts Oct 9, 2023
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

No branches or pull requests

1 participant