Objective-J does not allow multi-line string literals
Reported by Tomas Franzén | September 30th, 2008 @ 08:53 AM | in 0.6
JavaScript allows string literals to span multiple lines using a backslash character at the end of every broken line. This does not seem to parse in Objective-J.
Example:
var myString = "this is\
a string that\
spans multiple lines";
Comments and changes to this ticket
-
admin (at 280north) October 22nd, 2008 @ 03:17 PM
- State changed from new to resolved
(from [2e9e38ebafdb48f81ebf204fc8ed6d7dad3b94be]) Fix for multiline string literals not working in Objective-J.
[#80 state:resolved]
Reviewed by me. http://github.com/280north/cappu...
-
Francisco Tolmasky October 22nd, 2008 @ 05:03 PM
- Assigned user set to Francisco Tolmasky
- Milestone set to 0.6
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.