1
0
forked from phoedos/pmd

Fix PMD dogfooding

This commit is contained in:
Juan Martín Sotuyo Dodero
2018-04-15 15:37:40 -03:00
parent b965090cc7
commit 539773eb5b

@ -42,7 +42,7 @@ public class UnicodeObjectiveCTokenizerTest extends AbstractTokenizerTest {
public void testIgnoreBetweenSpecialComments() throws IOException { public void testIgnoreBetweenSpecialComments() throws IOException {
SourceCode sourceCode = new SourceCode(new SourceCode.StringCodeLoader( SourceCode sourceCode = new SourceCode(new SourceCode.StringCodeLoader(
"// CPD-OFF" + PMD.EOL "// CPD-OFF" + PMD.EOL
+ "static SecCertificateRef gNСServerLogonCertificate;" + PMD.EOL + "static SecCertificateRef gNСServerLogonCertificate;" + PMD.EOL
+ "// CPD-ON" + PMD.EOL + "// CPD-ON" + PMD.EOL
+ "@end" + PMD.EOL + "@end" + PMD.EOL
)); ));