Skip to content

Commit 8e1e0a2

Browse files
authored
Merge pull request #3295 from masatake/ypath
Yaml,OpenAPI: make OpenAPI parser's stack related code reusable
2 parents 38c046d + 871007d commit 8e1e0a2

File tree

5 files changed

+263
-281
lines changed

5 files changed

+263
-281
lines changed

Units/parser-openapi.r/openapi.d/expected.tags

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ NullableFieldStringEnum input.yaml /^ NullableFieldStringEnum:$/;" d
77
CustomHeader input.yaml /^ CustomHeader:$/;" P
88
Response1 input.yaml /^ Response1:$/;" R
99
Response2 input.yaml /^ Response2:$/;" R
10+
android_handler input.yaml /^ - name: android_handler$/;" T
11+
ios_handler input.yaml /^ - name: ios_handler$/;" T

Units/parser-openapi.r/openapi.d/input.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ components:
5353
schema:
5454
type: object
5555
properties: {}
56+
57+
tags:
58+
- name: android_handler
59+
description: Handler for Android clients
60+
- name: ios_handler
61+
description: Handler for iOS clients

0 commit comments

Comments
 (0)