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

Incorrect alignment of formatted Chinese text #74

Open
vther opened this issue Mar 28, 2025 · 0 comments
Open

Incorrect alignment of formatted Chinese text #74

vther opened this issue Mar 28, 2025 · 0 comments

Comments

@vther
Copy link

vther commented Mar 28, 2025

Feature: HelloWorldQuery

  Background:

  Scenario Outline: 测试-<caseName>
    Given path '/rest'
    And method post
    Then status <status>
    And match response == <response>
    Examples:
      | caseName    | status | response                                      |
      | Hello, Java | 200    | {"code":"0000","msg":"#","total":0,"data":[]} |
      | Hello, 小明   | 200    | {"code":"0000","msg":"#","total":1,"data":[]} |
      | Hello, 小朋友  | 200    | {"code":"0000","msg":"#","total":2,"data":[]} |

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant