File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
modules/swagger-codegen/src/test/scala Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,17 @@ class ExampleGeneratorTest extends FlatSpec with Matchers {
42
42
item.get(" contentType" ) match {
43
43
case `xml` => {
44
44
types += xml
45
- example should be (" <Pair>\\ n" +
46
- " <Node>\\ n" +
47
- " <name>string</name>\\ n" +
48
- " <wrappedChildren>\\ n" +
49
- " </wrappedChildren>\\ n" +
50
- " </Node>\\ n" +
51
- " <Node>\\ n" +
52
- " <name>string</name>\\ n" +
53
- " <wrappedChildren>\\ n" +
54
- " </wrappedChildren>\\ n" +
55
- " </Node>\\ n" +
45
+ example should be (" <Pair>\n " +
46
+ " <Node>\n " +
47
+ " <name>string</name>\n " +
48
+ " <wrappedChildren>\n " +
49
+ " </wrappedChildren>\n " +
50
+ " </Node>\n " +
51
+ " <Node>\n " +
52
+ " <name>string</name>\n " +
53
+ " <wrappedChildren>\n " +
54
+ " </wrappedChildren>\n " +
55
+ " </Node>\n " +
56
56
" </Pair>" )
57
57
}
58
58
case `json` => {
You can’t perform that action at this time.
0 commit comments