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

Comments containing double quotes in mock will be automatically filtered out. #680

Closed
rongjiangfeng opened this issue Dec 7, 2023 · 0 comments · Fixed by #700
Closed
Assignees
Labels
bug Something isn't working

Comments

@rongjiangfeng
Copy link

Your Environment(您的使用环境)

  • smart-doc version:2.5.1
  • plugin version (e.g. smart-doc-maven-plugin or smart-doc-gradle-plugin):
  • build tool version(maven or gradle):
  • jdk version:1.8

@mock [{"saler":"rjf01"},{"saler":"rjf02"}]

Expected Behavior(您期望的结果)

[{"saler":"rjf01"},{"saler":"rjf02"}]

Current Behavior(当前结果)

[{saler:rjf01},{saler:rjf02}]

Possible Solution(bug解决建议)

Steps to Reproduce (Bug产生步骤,请尽量提供用例代码)

Context(Bug影响描述)

image

@rongjiangfeng rongjiangfeng added the bug Something isn't working label Dec 7, 2023
@chenqi146 chenqi146 self-assigned this Dec 8, 2023
chenqi146 added a commit to chenqi146/smart-doc that referenced this issue Jan 7, 2024
@shalousun shalousun changed the title mock 里面的备注含双引号会被自动过滤 Comments containing double quotes in mock will be automatically filtered out. Jan 31, 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

Successfully merging a pull request may close this issue.

2 participants