Skip to content

Commit bea6991

Browse files
committed
test: add openapi crlf mocks
1 parent b9dccc2 commit bea6991

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

test/mocks/openapi-1.2.3-crlf.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
openapi: "3.0.2"
2+
info:
3+
title: Mock API
4+
description: >-
5+
Description of Mock API
6+
version: "1.2.3"
7+
termsOfService: http://swagger.io/terms/
8+
externalDocs:
9+
description: Find out more
10+
url: https://example.com/foo/bar
11+
servers:
12+
- url: http://example.com

test/mocks/openapi-1.3.0-crlf.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
openapi: "3.0.2"
2+
info:
3+
title: Mock API
4+
description: >-
5+
Description of Mock API
6+
version: "1.3.0"
7+
termsOfService: http://swagger.io/terms/
8+
externalDocs:
9+
description: Find out more
10+
url: https://example.com/foo/bar
11+
servers:
12+
- url: http://example.com

0 commit comments

Comments
 (0)