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

Char tests #10054

Merged
merged 3 commits into from
Feb 4, 2015
Merged

Char tests #10054

merged 3 commits into from
Feb 4, 2015

Commits on Feb 3, 2015

  1. Char tests

    Per #9493, wrote tests for base/char.jl since the coverage is pretty
    low. This should be tests for all but bitwise operations.
    randyzwitch committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    025c3a3 View commit details
    Browse the repository at this point in the history
  2. Wrap in let block, add unicode

    Add a let block around the entire test base to try to avoid leaking
    variables into other tests, add plane1 and plane2 examples
    randyzwitch committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    2feee44 View commit details
    Browse the repository at this point in the history
  3. Fix trailing whitespace

    Fix Travis CI error
    randyzwitch committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    55d33c5 View commit details
    Browse the repository at this point in the history