Skip to content

Commit bdc0348

Browse files
committed
remove two examples
1 parent 924d407 commit bdc0348

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/org/openrewrite/java/migrate/lang/UseTextBlocksTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,6 @@ class Test {
651651
* <p>
652652
* On converting this to a text block, only one of the quotes needs to be escaped: \"\"\" -> ""\"
653653
*/
654-
@DocumentExample
655654
@Test
656655
void tripleQuotes() {
657656
rewriteRun(
@@ -691,7 +690,6 @@ class Test {
691690
);
692691
}
693692

694-
@DocumentExample
695693
@Test
696694
void eightQuotes() {
697695
rewriteRun(

0 commit comments

Comments
 (0)