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

Preserve significant whitespace in test names. #301

Closed
wants to merge 1 commit into from

Commits on Nov 25, 2012

  1. Preserve significant whitespace in test names.

    This is important when your test suite doubles as documentation.
    
    Example post-change output:
    
    on.dom plugins:
      on( { dom: "my_plugin", ready: ready = (x) -> }
        , { dom: "my_plugin": -> document.body }
        ) => ready(document.body)
      on.dom(["my_plugin", "xpath ."]) => body
      on.dom(["my_plugin", "xpath .."]) => html
      on.dom("xpath .") => document
    johan committed Nov 25, 2012
    Copy the full SHA
    c3d50cf View commit details
    Browse the repository at this point in the history