Skip to content

Commit

Permalink
remove two examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kunli2 committed Jun 14, 2023
1 parent 924d407 commit bdc0348
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ class Test {
* <p>
* On converting this to a text block, only one of the quotes needs to be escaped: \"\"\" -> ""\"
*/
@DocumentExample
@Test
void tripleQuotes() {
rewriteRun(
Expand Down Expand Up @@ -691,7 +690,6 @@ class Test {
);
}

@DocumentExample
@Test
void eightQuotes() {
rewriteRun(
Expand Down

0 comments on commit bdc0348

Please sign in to comment.