|
Meta Characters \t \n \r in String Literal: msg#00099lang.groovy.user
Hi everyone, I have tested on groovy-1.0-beta-7. println "C:\\test" // The output is not C:\test println "C:\\ntest" // The output is not C:\ntest println "C:\\rtest" // The output is not C:\rtest println "C:\\" // unterminated string literal println "C:\\"" // The output is C:\" Is there any problem? Regards, Kim
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: calling method with List in signature, John Rose |
|---|---|
| Next by Date: | Re: Meta Characters \t \n \r in String Literal, Jason Braucht |
| Previous by Thread: | "def" reserved word mistake ?, 任立新 |
| Next by Thread: | Re: Meta Characters \t \n \r in String Literal, Jason Braucht |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |