declex icon indicating copy to clipboard operation
declex copied to clipboard

An unnecessary backslash (\) is added before single quotes (') in a string literal passed to the method message() of an $AlertDialog .

Open isidro89 opened this issue 4 years ago • 0 comments

declex_version = "2.0.a.35"

$AlertDialog().message("it's ok").dialog(); shows a dialog with this message it\'s ok when what is expected as the dialog message is it's ok. It works well with string resources, though.

isidro89 avatar Jul 12 '19 16:07 isidro89