aboutsummaryrefslogtreecommitdiff
path: root/javaparser-testing/src/test/resources/com/github/javaparser/bdd/pretty_printing_scenarios.story
diff options
context:
space:
mode:
Diffstat (limited to 'javaparser-testing/src/test/resources/com/github/javaparser/bdd/pretty_printing_scenarios.story')
-rw-r--r--javaparser-testing/src/test/resources/com/github/javaparser/bdd/pretty_printing_scenarios.story5
1 files changed, 3 insertions, 2 deletions
diff --git a/javaparser-testing/src/test/resources/com/github/javaparser/bdd/pretty_printing_scenarios.story b/javaparser-testing/src/test/resources/com/github/javaparser/bdd/pretty_printing_scenarios.story
index 50bbe1f50..c3bf46605 100644
--- a/javaparser-testing/src/test/resources/com/github/javaparser/bdd/pretty_printing_scenarios.story
+++ b/javaparser-testing/src/test/resources/com/github/javaparser/bdd/pretty_printing_scenarios.story
@@ -301,12 +301,13 @@ When the class is parsed by the Java parser
Then it is printed as:
public class Foo {
- /** This line gets duplicated */
+ /**
+ * This line gets duplicated
+ */
public void foo() {
}
}
-
Scenario: various lamba casts (issue 418)
Given the class:
public class TestLambda {