Skip to content
New issue

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

Literals with quoted Strings won't be copied properly to clipboard #8

Closed
markiewb opened this issue Sep 21, 2013 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@markiewb
Copy link
Owner

"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\";
    }
}
@ghost ghost assigned markiewb Sep 21, 2013
markiewb added a commit that referenced this issue Sep 21, 2013
…ipboard

* fixed issue with inner quotes
* refactor: moved tests to correct directory
@markiewb
Copy link
Owner Author

Fixed in 1.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant