Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Example in 2.13 for testShout - text does not match figure #203

@swilliamson24060

Description

@swilliamson24060

The text says:
We can turn our ”NoPanic” code example into the test method itself:

    testShout
        self assert: ('No panic' shout = 'NO PANIC!')

However, the figure shows:

    testShout
        self assert: 'No panic' shout = 'NO PANIC!'

The text also is confusing, or incomplete. It states that the Code Checker will inform you that the message is not implemented. It actually gives you two errors. The first is
Use assert: equals: instead of assert: and =

So for the reader, should they accept this change?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions