strs_tools 0.49.1

Tools to manipulate strings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# tests/docs

### Scope

- **Purpose**: Test surface specifications for all documented behaviors
- **In Scope**: Feature specs, API specs, invariant specs, algorithm specs
- **Out of Scope**: Test code organization (see `tests/readme.md`), source documentation

### Responsibility Table

| File | Responsibility |
|------|----------------|
| `feature/` | Feature test surface specs (8 specs) |
| `api/` | API test surface specs (3 specs) |
| `invariant/` | Invariant test surface specs (4 specs) |
| `algorithm/` | Algorithm test surface specs (3 specs) |