Skip to content

Commit

Permalink
Merge pull request #19 from tompng/fix_readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
tompng committed Sep 16, 2024
2 parents 3525535 + b1bd4f2 commit c40bf3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ Writes `str` like inputting by a keyboard to the started terminal.

### `close`

Closes the terminal to take the internal rendering result. You must call it before call assertions.
Closes the terminal and terminates the process.

### `assert_screen(expected_lines)`

Asserts the rendering result of the terminal with `expected_lines` that should be an `Array` or a `String` of lines. The `Array` contains blank lines and doesn't contain newline characters, and the `String` contains newline characters at end of each line and doesn't contain continuous last blank lines.
Asserts the rendering result of the terminal with `expected_lines` that should be an `Array`, `Regexp`, or a `String` of lines. The `Array` contains blank lines and doesn't contain newline characters, and the `String` contains newline characters at end of each line and doesn't contain continuous last blank lines.

## License

Expand Down

0 comments on commit c40bf3e

Please sign in to comment.