[issue #759] delombok now plays nicely with exotic characters, encodings, and backslash U escapes.

This commit is contained in:
Roel Spilker
2014-12-10 00:04:31 +01:00
parent 671f2a202e
commit 091f6ee83a
14 changed files with 116 additions and 17 deletions
@@ -0,0 +1,5 @@
//ENCODING: UTF-8
@lombok.ToString
class EncodingUtf8 {
String foo\u0e51๑ = "\u000e \10 ";
}