We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c568c54 commit 8f3f81eCopy full SHA for 8f3f81e
ide/plugins/perl-format/src/content/formats/perl-rc.js
@@ -32,7 +32,7 @@ string = function(value) {
32
value = value.replace(/\n/g, '\\n');
33
return "'" + value + "'";
34
} else {
35
- return "'";
+ return "''";
36
}
37
38
0 commit comments