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

fix(html2js): handling of the backslash character #611

Closed
wants to merge 61 commits into from

Conversation

lgalfaso
Copy link

At the html2js preprocessor escape the backslash character when this is
present in a template

Closes #583

vojtajina and others added 30 commits March 2, 2013 16:47
This is just a fix for stable, in the master I will change the implementation,
so that the "testacular" is responsible for sending the coverage results, 
rather than individual adapters.

Closes karma-runner#365
Test for undefined when passing arguments to path.resolve as
node will throw an error since 0.10 otherwise.
BREAKING CHANGE: this breaks in couple of ways
- whenever you call the "testacular" binary, change it to "karma", eg. `testacular start` becomes `karma start`.
- if you rely on default name of the config file, change it to `karma.conf.js`.
- if you access `__testacular__` object in the client code, change it to `__karma__`, eg. `window.__testacular__.files` becomes `window.__karma__.files`.
Merged from master to stable.

Closes karma-runner#382

Conflicts:
	lib/config.js
	test/unit/config.spec.coffee
As it should not be required anymore...
This improves compatability with node 0.10.
See karma-runner#400.
Now we should be compatible with both Node 0.8 and 0.10 ;-)
Because it runs on Node 0.10
vojtajina and others added 26 commits April 3, 2013 15:17
Not sure how, but somehow we forgot these...
Because the latest angular-scenario.js does not work with old AngularJS.
Since 0.6.3, log4js works on both 0.8 and 0.10 so we don't have to do this hack anymore...
log4js-node/log4js-node#129
Update to the latest master (ab755a25f9ca3f3f000623071d8de3ddc4b1d78e), which contains the fix for IE issue.
If the binary does not exists:
- handle the error (Node 0.10+ throws unhandled error events)
- show nicer message
- do not retry

Closes karma-runner#452
So that the same symlink works for both stable/master branch.
Most of the browsers returns "not-normally" (because of receiving a signal) and therefore exit event gets null exit code. But PhantomJS exits "normally" with status code 1 (after receiving TERM signal).

I think this logic is better - show error, if process exits during a state which does not expect exiting (CAPTURED, BEING_CAPTURED).

Closes karma-runner#444
At the html2js preprocessor escape the backslash character when this is
present in a template

Closes karma-runner#583
@lgalfaso lgalfaso closed this Jun 30, 2013
@lgalfaso
Copy link
Author

Open to the wrong branch by mistake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The backslash character is not escaped when using html2js (angular)
7 participants