WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit fc12c88

Browse files
committed
Minor wordsmithery
1 parent 797cc89 commit fc12c88

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

prompts/comparison-util-debug.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ This project contains a utility that compares the actual output from running a
88
code example against a defined, expected output. The entrypoint for that
99
utility is <ENTRYPOINT_FILEPATH>.
1010

11-
## Problem Statement
11+
## Problem Statement
1212

1313
A specific test is executing a function from an example file and comparing its
14-
output to the expected output defined in <EXPECTED_OUTPUT_PATH_OR_VAR>. The test currently
15-
fails because the outputs differ, but they should match. This suggests an issue in the comparison utility's implementation.
14+
output to the expected output defined in <EXPECTED_OUTPUT_PATH_OR_VAR>. The
15+
test currently fails because the utility returns `false`, indicating that the
16+
actual and expected outputs differ, but they should match. This suggests an
17+
issue in the comparison utility's implementation.
1618

1719
## Constraints
1820

@@ -22,10 +24,13 @@ fails because the outputs differ, but they should match. This suggests an issue
2224

2325
- Investigate and debug why the comparison utility returns false for this case.
2426
- Fix any issues found in the comparison utility.
25-
- (Optional but recommended) If helpful, update or add tests for identified edge cases to ensure robustness.
27+
- (Optional but recommended) If helpful, update or add tests for identified
28+
edge cases to ensure robustness and to prevent future regressions.
2629

27-
If you need more information (such as sample actual/expected outputs or error messages), let me know.
30+
If you need more information (such as sample actual/expected outputs or error
31+
messages), let me know.
2832

2933
## Success Criteria
3034

31-
The comparison utility should return `true` when the actual and expected outputs match for this test.
35+
The comparison utility should return `true` when the actual and expected
36+
outputs match for this test.

0 commit comments

Comments
 (0)