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

SyntaxError with node 0.10.0 #75

Closed
kangax opened this issue Mar 13, 2013 · 4 comments
Closed

SyntaxError with node 0.10.0 #75

kangax opened this issue Mar 13, 2013 · 4 comments
Labels

Comments

@kangax
Copy link

kangax commented Mar 13, 2013

This snippet:

test('test', function() {
  equal('foo ß bar', 'foo ß bar');
});

started throwing error under node 0.10.0:

dev qunit -c ./code.js -t ./test.js

Testing /Users/kangax/dev/code.js ...
undefined:1
{"event":"assertionDone","data":{"result":true,"actual":"foo C bar","expected
                                                              ^
SyntaxError: Unexpected token
    at Object.parse (native)
    at Pipe.channel.onread (child_process.js:335:28)

This works with 0.8.12

@kof
Copy link
Contributor

kof commented Mar 13, 2013

is this because of 'ß' ?

@kangax
Copy link
Author

kangax commented Mar 13, 2013

Looks like it

@kof
Copy link
Contributor

kof commented Mar 14, 2013

I tracked it down to process.send() call ... it seems to be a node issue.

@kof
Copy link
Contributor

kof commented Mar 14, 2013

I have opened an issue for node, closing this.

nodejs/node-v0.x-archive#5011

@kof kof closed this as completed Mar 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants