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

Added current_line variable to track current line #14661

Closed
wants to merge 6 commits into from

Commits on Dec 21, 2016

  1. Added current_line variable to Sink and set_current_line function. Ad…

    …ded line_number parameter to Element::create function and set corresponding calls to this function to take in 1 for line_number argument
    karenher committed Dec 21, 2016

Commits on Dec 24, 2016

  1. Removed line_number parameter from create function and added argument…

    … to ParserCreated. Added comment to xml.rs
    karenher committed Dec 24, 2016

Commits on Dec 25, 2016

  1. Separated function into one that returns boolean and one that returns…

    … line number.
    karenher committed Dec 25, 2016

Commits on Jan 8, 2017

  1. Updated function call evaluate_script_on_global_with_result. Test htm…

    …l file passes
    karenher committed Jan 8, 2017
You can’t perform that action at this time.