Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: iankronquist/io.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: test-doctool
Choose a base ref
...
head repository: iankronquist/io.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: test-doctool-tests
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 4, 2016

  1. tools/doc: Add tests for the toHTML function

    Addresses nodejs#5955 on GitHub.
    Test the toHTML function in html.js. Check that given valid markdown it
    produces the expected html. One test case will prevent regressions of
    big nodejs#5873.
    iankronquist committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    524ebc7 View commit details
    Browse the repository at this point in the history
  2. tools/doc: Add tests for the doJSON function

    Addresses nodejs#5955 on GitHub. Check that when given valid markdown it produced
    valid JSON with the expected schema.
    iankronquist committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    2040025 View commit details
    Browse the repository at this point in the history
  3. build: Add build target for tools/doc tests

    Addresses nodejs#5955. Add a build target called `make test-doc` as suggested in the
    issue.
    iankronquist committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    f240d02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b112758 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cae5c5f View commit details
    Browse the repository at this point in the history
Loading