Skip to content

Commit 10da5e8

Browse files
committed
'+' in regex should be escaped (#346)
1 parent f2dbc8c commit 10da5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi-processor-core/src/main/resources/mapping/v16/mapping.yaml.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
"InterfaceMappingFormat": {
519519
"description": "target =+ fully qualified interface type.",
520520
"type": "string",
521-
"pattern": "^.+\\s+(=+|implement)\\s+.+$",
521+
"pattern": "^.+\\s+(=\\+|implement)\\s+.+$",
522522
"examples": [
523523
"FooSchema =+ java.io.Serializable",
524524
"object =+ java.io.Serializable",

0 commit comments

Comments
 (0)