drweb86 / Gherkin-Beautifier-VS-Code-Plugin

Gherkin Beautifier VS-Code Plugin
MIT License
0 stars 0 forks source link

Indentation for "Examples" #14

Closed R0boC0p closed 4 years ago

R0boC0p commented 4 years ago

Hi, could you fix the indentation for Examples table in the .feature file. It always uses 0, although set to 2 tabs.

Thanks a lot and great work! Cheers Rob

Scenario Outline: Setting can be searched for
    When '<Search Text>' is entered into the search bar
    Then the Analog Output setting is displayed in the filtered setting groups

    Examples:
        | Search Text    |
        | Chart Output 1 |
        | Chart Output 2 |
        | Analog Output  |
drweb86 commented 4 years ago

Hi @r0bDaMob ,

Let me check!

drweb86 commented 4 years ago

Seems like it uses spacing before Scenario setting to create spacing before Examples!

drweb86 commented 4 years ago

It will be fixed in the version 6. Please reopen if won't work

R0boC0p commented 4 years ago

thanks a very lot for your support!!

On Mon, 20 Jul 2020, 23:17 Siarhei Kuchuk, notifications@github.com wrote:

Closed #14 https://github.com/drweb86/Gherkin-Beautifier-VS-Code-Plugin/issues/14.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/drweb86/Gherkin-Beautifier-VS-Code-Plugin/issues/14#event-3567882607, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQAJMBQBNFCSYOSFLRTSZXDR4SX5FANCNFSM4PCY4NEA .