Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad handling of Yaml in diff around string #135

Open
LasneF opened this issue May 3, 2024 · 1 comment
Open

Bad handling of Yaml in diff around string #135

LasneF opened this issue May 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@LasneF
Copy link
Contributor

LasneF commented May 3, 2024

given the snippet

  schemas:
    Pet:
      type: object
      properties:
        id:
          readOnly: true
          type: string
        name:
          type: string
          enum: 
            - Bob

and this snippet

  schemas:
    Pet:
      type: object
      properties:
        id:
          readOnly: true
          type: string
        name:
          type: string
          enum: 
            - "Bob"

it is shown as differnt (add / remove) where this in yml stuff

@daveshanley
Copy link
Member

Will investigate

@daveshanley daveshanley added the bug Something isn't working label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants