Skip to content

Broken summary text formatting #1789

Open
@sofurihafe

Description

@sofurihafe

Description

Plain text summaries formatting is broken.

To Reproduce

  1. Generate a test for max method from intExamples.

Expected behavior

    /**
     * <pre>
     * Test executes conditions:
     *     {@code (x > y): True }
     * returns from: {@code return x; }
     * </pre>
     */
    @Test
    @DisplayName("max: x > y : True -> return x")
    public void testMax_XGreaterThanY() throws Exception  {
        <...>
    }

Actual behavior

    /**
    <pre>
    Test executes conditions:
 *     {@code (x > y): True }
 * returns from: {@code return x; }
 * </pre>
     */
    @Test
    @DisplayName("max: x > y : True -> return x")
    public void testMax_XGreaterThanY() throws Exception  {
        <...>
    }

Environment

Metadata

Metadata

Assignees

Labels

comp-codegenIssue is related to code generatorcomp-summariesSomething related to the method names, code comments and display names generationctg-bugIssue is a bug

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions