IngmarEckhardt / IngmarEckhardt/dwarfOS

final search through complete buffer

Open
#29 0 comments 0 reactions 0 assignees View on GitHub
bug tests
Dominant language
C
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Description:
The current implementation of the _puts_PF tests in the DwarfOS/tests/src/_stdio.c file compares from the buffer index, which may lead to inaccurate results if the buffer index is corrupted due to erroneous behavior. To ensure the accuracy and reliability of the tests, it is crucial to modify the comparison to start from the beginning of the buffer.

User Story:
As a developer, I expect the _puts_PF tests to compare from the beginning of the buffer, so that I can ensure the accuracy and reliability of the tests

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.