forked from expath/xspec
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Replace CSS CR LF with LF #368
Merged
Merged
Conversation
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
…t-catalog-tests # Conflicts: # test/xspec-bat.cmd # test/xspec.bats
This reverts commit 484f617.
# Conflicts: # build.xml # test/ant/README.md # test/ant/build.xml # test/end-to-end/generate-expected.cmd # test/end-to-end/generate-expected.sh # test/end-to-end/processor/base/_deserializer.xsl # test/end-to-end/processor/base/_normalizer.xsl # test/end-to-end/processor/base/_util.xsl # test/end-to-end/processor/base/compare.xsl # test/end-to-end/processor/base/normalize.xsl # test/end-to-end/processor/html/_normalizer.xsl # test/end-to-end/processor/junit/_deserializer.xsl # test/end-to-end/processor/junit/_normalizer.xsl # test/end-to-end/processor/junit/_serializer.xsl # test/end-to-end/run-e2e-tests.cmd # test/end-to-end/run-e2e-tests.sh # test/run-xspec-tests-ant.cmd # test/run-xspec-tests-ant.sh # test/xspec-bat.cmd # test/xspec.bats
…from-xquery-xml # Conflicts: # test/xspec-bat.cmd # test/xspec.bats
…talog # Conflicts: # test/xspec-bat.cmd # test/xspec.bats
…talog # Conflicts: # test/xspec-bat.cmd # test/xspec.bats
…nto rm-pkg-ns-from-xquery-xml # Conflicts: # bin/xspec.bat # build.xml # test/ant/common/generate-build-worker.xsl # test/end-to-end/generate-expected.cmd # test/end-to-end/generate-expected.sh # test/end-to-end/processor/base/compare.xsl # test/end-to-end/processor/base/normalize.xsl # test/end-to-end/run-e2e-tests.cmd # test/end-to-end/run-e2e-tests.sh # test/xspec.bats
…ck/xspec into fix_xspec-result-naming-collision_label
…result-naming-collision_e2e # Conflicts: # test/xspec-bat.cmd # test/xspec.bats
…result-naming-collision_label # Conflicts: # .gitignore # .travis.yml # appveyor.yml # test/.gitignore # test/end-to-end/README.md # test/end-to-end/cases/expected/stylesheet/coverage-tutorial-result.html # test/end-to-end/generate-expected.cmd # test/end-to-end/generate-expected.sh # test/end-to-end/processor/html/_normalizer.xsl # test/end-to-end/run-e2e-tests.cmd # test/end-to-end/run-e2e-tests.sh # test/run-bats.cmd # test/run-bats.sh # test/win-bats/collection.xml # test/xspec.bats
…result-naming-collision_label
…-result-naming-collision_e2e
…result-naming-collision_label # Conflicts: # test/end-to-end/cases/expected/stylesheet/xspec-rule-result.html # test/end-to-end/cases/expected/xspec-rule-junit-norm.xml # test/end-to-end/cases/expected/xspec-three-dots-junit-norm.xml # test/generate-tests-utils.xspec # test/win-bats/collection.xml # test/xspec.bats
…result-naming-collision_e2e # Conflicts: # test/end-to-end/cases/expected/stylesheet/xspec-rule-result.html # test/end-to-end/cases/expected/xspec-rule-junit-norm.xml # test/end-to-end/cases/expected/xspec-three-dots-junit-norm.xml # test/generate-tests-utils.xspec # test/win-bats/collection.xml # test/xspec.bats
# Conflicts: # test/end-to-end/cases/expected/stylesheet/xspec-rule-result.html # test/end-to-end/cases/expected/xspec-rule-junit-norm.xml # test/end-to-end/cases/expected/xspec-three-dots-junit-norm.xml # test/generate-tests-utils.xspec # test/win-bats/collection.xml # test/xspec.bats
# Conflicts: # test/end-to-end/cases/expected/stylesheet/xspec-rule-result.html # test/end-to-end/cases/expected/xspec-rule-junit-norm.xml # test/end-to-end/cases/expected/xspec-three-dots-junit-norm.xml # test/generate-tests-utils.xspec # test/win-bats/collection.xml # test/xspec.bats
…result-naming-collision_label # Conflicts: # bin/xspec.sh # java/com/jenitennison/xslt/tests/XSLTCoverageTraceListener.class # java/com/jenitennison/xslt/tests/XSLTCoverageTraceListener.java # test/end-to-end/processor/junit/_normalizer.xsl # test/end-to-end/processor/xml/_normalizer.xsl # test/win-bats/collection.xml # test/xspec-space_stylesheet.xspec # test/xspec.bats
…-result-naming-collision_e2e
@cirulls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request derives from #366. So needs to be handled after that.
The line ending of
test/test-report.css
in the repository may be (and actually is) CR LF.When it's loaded into the test result HTML, the HTML has line endings mixed with CR LF and LF.
This pull request always replaces CR LF in CSS with LF.
I manually tested the pull request and verified these things:
xspec.bat -c tutorial\coverage\demo.xspec
generatesdemo-coverage.html
anddemo-result.html
which are essentially the same as the current master (cfcbdf2) and that the HTML files no longer mix CR LF and LF.ant -lib "saxon9ee.jar" -Dxspec.xml=tutorial\coverage\demo.xspec -Dxspec.coverage.enabled=true
generates the samedemo-coverage.html
anddemo-result.html
as the ones generated byxspec.bat
except for timestamp.java -cp "xmlcalabash.jar" com.xmlcalabash.drivers.Main -i source=tutorial/coverage/demo.xspec -p xspec-home=file:///[XSpec]/ -o result=tutorial/coverage/demo-result.html src\harnesses\saxon\saxon-xslt-harness.xproc
generatesdemo-result.html
which is essentially the same as the current master.