Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Issues
  • #781
Closed
Open
Issue created Aug 10, 2018 by Administrator@rootContributor

[Ruby] multi line path description breaking gem if 'in' appears

Created by: developersteve

Description

Ruby generation breaking if 'in' is in any path multi line description, only seems to be ruby that has an issue language wise.

openapi-generator version

3.2.0

OpenAPI declaration file content or url
          description: |
            A JSON or XML payload containing the recipient's phone number and MMS message.
            The recipient number should be in the format '04xxxxxxxx' where x is a digit.
Steps to reproduce

Generate ruby lib then try to use it, for any description text on a new line the text wont be parsed

Suggest a fix/enhancement

Allow for multi line text to be parsed (check for CR)

Assignee
Assign to
Time tracking