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

implement isURLCodePoint #59

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

implement isURLCodePoint #59

wants to merge 9 commits into from

Commits on Nov 27, 2016

  1. implement isURLCodePoint

    Perhaps you were waiting since it's not a pretty thing to have to
    implement. I'm doing it for my own purposes, so here's a version in what
    I think is your style if you want it.
    cammytown committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    8957d33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb23d43 View commit details
    Browse the repository at this point in the history
  3. implement isURLCodePoint

    cammytown authored Nov 27, 2016
    Configuration menu
    Copy the full SHA
    6e619fd View commit details
    Browse the repository at this point in the history
  4. implement isURLCodePoint

    cammytown authored Nov 27, 2016
    Configuration menu
    Copy the full SHA
    93643a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9d9133 View commit details
    Browse the repository at this point in the history
  6. implement isURLCodePoint()

    changing single quotes to double quotes
    cammytown authored Nov 27, 2016
    Configuration menu
    Copy the full SHA
    0ac0e1d View commit details
    Browse the repository at this point in the history
  7. implement isURLCodePoint()

    changed initial codePoint checks to check literal characters passed
    through p() function; storing them in array
    cammytown committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    6329e6b View commit details
    Browse the repository at this point in the history
  8. missing paren typo

    cammytown committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    404af4e View commit details
    Browse the repository at this point in the history
  9. implement isURLCodePoint()

    fixing indentation
    cammytown committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    734970e View commit details
    Browse the repository at this point in the history