Git Product home page Git Product logo

Comments (6)

rtfpessoa avatar rtfpessoa commented on May 24, 2024

Hi @arnaspet,

I found a possible bug in the diff2html-ui leading to a possible bad behaviour.

You can avoid it by explicitly passing the inputFormat, and you can also use $(this).

        var diff2htmlUi = new Diff2HtmlUI({diff: $(this).data('diff')});
        diff2htmlUi.draw($(this), {
            inputFormat: 'json',
            matching: 'lines'
        });

When I get some time I will review the API and see if there are any more problems. In the meanwhile try that fix.

from diff2html.

arnaspet avatar arnaspet commented on May 24, 2024

ok thanks,
also it creates only empty wrapper:

<div class="d2h-wrapper">

</div>

when i added "--- a/sample\n+++ b/sample\n" to start of string only then it started working.

from diff2html.

rtfpessoa avatar rtfpessoa commented on May 24, 2024

@arnaspet do not close this for me not to forget to fix the previous problem.

Regarding the diff. That is expected. I only support unified diffs or the extended git diff version.

So you need to at least have :

--- oldfilename
+++ newfilename
@@ .... @@
body

Your diff is currently not a valid unified diff.

Read more about it here:
http://www.gnu.org/software/diffutils/manual/html_node/Detailed-Unified.html#Detailed-Unified

from diff2html.

arnaspet avatar arnaspet commented on May 24, 2024

@rtfpessoa Thanks ! Sorry for closing, missclicked it.

from diff2html.

rtfpessoa avatar rtfpessoa commented on May 24, 2024

@arnaspet no problem 😄

from diff2html.

rtfpessoa avatar rtfpessoa commented on May 24, 2024

Fixed in d3b053c

Will be released soon.

from diff2html.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.