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

Changed octal to decimal for escaped bell character #2048

Merged
merged 1 commit into from Jan 17, 2012

Conversation

jawj
Copy link
Contributor

@jawj jawj commented Jan 17, 2012

See #1953

jashkenas added a commit that referenced this pull request Jan 17, 2012
Changed octal to decimal for escaped bell character
@jashkenas jashkenas merged commit de8d16f into jashkenas:master Jan 17, 2012
@satyr
Copy link
Collaborator

satyr commented Jan 17, 2012

$ cake build
SyntaxError: In src/command.coffee, octal escape sequences '\7' are not allowed on line 139

Use '\x07'?

@jashkenas
Copy link
Owner

@jawj: Try testing and running against the latest master.

@jawj
Copy link
Contributor Author

jawj commented Jan 17, 2012

Cheers @jashkenas -- guess it was about time I learned about upstream remotes. And cheers @satyr -- one hex-escaped, master-buildable pull request coming up. For a 9-character patch you've been very patient! :)

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.

None yet

3 participants