mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-01 20:13:03 +00:00
[issue #759] delombok now plays nicely with exotic characters, encodings, and backslash U escapes.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//ENCODING: US-ASCII
|
||||
@lombok.ToString
|
||||
class EncodingUsAscii {
|
||||
String foo\u0e51\u0e51 = "\u000e \10 ";
|
||||
}
|
||||
Reference in New Issue
Block a user