Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.6, 1.8-beta-3
-
None
Description
@StringAnn('are you "really" sure?') class Foo {}
Generated stub looks like this:
@StringAnn(value="are you "really" sure?") public class Foo {}
Attachments
Issue Links
- is depended upon by
-
GROOVY-4601 Stub generator doesn't escape strings with mixed single and double quotes
- Closed