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

String.prototype.{ trimStart, trimEnd, trimLeft, trimRight } tests #1246

Closed
wants to merge 21 commits into from

Commits on Oct 4, 2017

  1. Add initial tests for trim(Start/End/Left/Right)

    Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    f6fba77 View commit details
    Browse the repository at this point in the history
  2. Add object coercible tests for trim(start/End)

    Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    b532507 View commit details
    Browse the repository at this point in the history
  3. Add boolean/Symbol() tests for trim(Start/End)

    Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    2250dac View commit details
    Browse the repository at this point in the history
  4. fixup: Add initial tests for trim(Start/End/Left/Right)

    Valerie R Young authored and Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    ead4335 View commit details
    Browse the repository at this point in the history
  5. Fixup: Add object coercible tests for trim(start/End)

    Valerie R Young authored and Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    e3e97f7 View commit details
    Browse the repository at this point in the history
  6. fixup: Add boolean/Symbol() tests for trim(Start/End)

    Valerie R Young authored and Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    5daafd8 View commit details
    Browse the repository at this point in the history
  7. Add number tests for trim(Start/End)

    Valerie R Young authored and Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    8e5f5ac View commit details
    Browse the repository at this point in the history
  8. Add feature: string-trimming

    Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    a279432 View commit details
    Browse the repository at this point in the history
  9. Add tests for sucessful whitespace removing

    Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    1fbd770 View commit details
    Browse the repository at this point in the history
  10. Add ToPrimitive method priority testing

    Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    db51688 View commit details
    Browse the repository at this point in the history
  11. fix typos

    Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    55a82a9 View commit details
    Browse the repository at this point in the history
  12. Completely rewrite ToPrimitive method priority testing

    Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    104f4bf View commit details
    Browse the repository at this point in the history
  13. Add test of object without to primitive functionality

    Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    aeadb9e View commit details
    Browse the repository at this point in the history
  14. Add tests for object to primitive call errors

    Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    6bfbf95 View commit details
    Browse the repository at this point in the history
  15. Add tests for object to primitive method errors

    Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    7c1aa35 View commit details
    Browse the repository at this point in the history
  16. Add tests for object to primitive returns object errors

    Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    d852e17 View commit details
    Browse the repository at this point in the history
  17. Add reference tests for trimLeft and trimRight

    Valerie R Young committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    ebef322 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Fixup typos

    Valerie R Young committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    ccf5abc View commit details
    Browse the repository at this point in the history
  2. Add this value object testing to trimEnd

    Valerie R Young committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    7b0bd99 View commit details
    Browse the repository at this point in the history
  3. Fixup edit to info

    Valerie R Young committed Oct 6, 2017
    1 Configuration menu
    Copy the full SHA
    78549f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Configuration menu
    Copy the full SHA
    142b14a View commit details
    Browse the repository at this point in the history