We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"package test;\n" + "public class Test {\n" + " public static void main(String[] args) {\n" + " String a=\"foo|bar\";\n" + " }\n" + "}\n"
will be copied to clipboard as
package test; public class Test { public static void main(String[] args) { String a=\"foo|bar\"; } }
The text was updated successfully, but these errors were encountered:
issue #8: Literals with quoted Strings won't be copied properly to cl…
6e966f8
…ipboard * fixed issue with inner quotes * refactor: moved tests to correct directory
Fixed in 1.1.0
Sorry, something went wrong.
markiewb
No branches or pull requests
will be copied to clipboard as
The text was updated successfully, but these errors were encountered: