-
-
Notifications
You must be signed in to change notification settings - Fork 901
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2177 from sparklemotion/flavorjones-1223-jruby-li…
…ne-numbers (jruby) Fix Node#line --- **What problem is this PR intended to solve?** #1223 to make `Node#line` on JRuby smarter. For background, the Java DOM interfaces don't provide any way for a Node to know or find the line number in the original document at which it appeared. I'm unhappy with this approach, but was unable to figure out how to make the original approach at #1223 work. If you're familiar with the Java DOM interfaces and want to help, please do. **Have you included adequate test coverage?** Yes. **Does this change affect the behavior of either the C or the Java implementations?** The Java implementation's behavior should be closer to the C implementation's behavior now.
- Loading branch information
Showing
5 changed files
with
1,067 additions
and
1,044 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
require "hoe/markdown" | ||
Hoe::Markdown::Standalone.new("nokogiri").define_markdown_tasks | ||
Hoe::Markdown::Standalone.new("nokogiri").define_markdown_tasks("CHANGELOG.md") |
Oops, something went wrong.