Closed seokjin8678 closed 11 months ago
src/test/resources/org/springframework/restdocs/templates/response-fields.snippet 파일이 다음과 같이 들여쓰기로 되어있습니다.
src/test/resources/org/springframework/restdocs/templates/response-fields.snippet
====Response Fields |=== |필드명|타입|설명|null여부 {{#fields}} |{{#tableCellContent}}`+{{path}}+`{{/tableCellContent}} |{{#tableCellContent}}`+{{type}}+`{{/tableCellContent}} |{{#tableCellContent}}{{description}}{{/tableCellContent}} |{{#tableCellContent}}{{#optional}}true{{/optional}}{{^optional}}{{/optional}}{{/tableCellContent}} {{/fields}} |===
때문에 Asciidoc 파일이 다음과 같이 깨지는 현상이 발생합니다.
해당 스니펫은 다음과 같이 되어야 합니다.
==== Response Fields |=== |필드명|타입|설명|null여부 {{#fields}} |{{#tableCellContent}}`+{{path}}+`{{/tableCellContent}} |{{#tableCellContent}}`+{{type}}+`{{/tableCellContent}} |{{#tableCellContent}}{{description}}{{/tableCellContent}} |{{#tableCellContent}}{{#optional}}true{{/optional}}{{^optional}}{{/optional}}{{/tableCellContent}} {{/fields}} |===
이슈 내용
src/test/resources/org/springframework/restdocs/templates/response-fields.snippet
파일이 다음과 같이 들여쓰기로 되어있습니다.때문에 Asciidoc 파일이 다음과 같이 깨지는 현상이 발생합니다.
해당 스니펫은 다음과 같이 되어야 합니다.