File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test_helpers/fixtures/base_stages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ func testExecuteReadTool(stageHarness *test_case_harness.TestCaseHarness) error
4646 fmt .Sprintf ("Show me what is inside `%s`." , fileName ),
4747 fmt .Sprintf ("What does `%s` contain?" , fileName ),
4848 },
49- "Exact file contents without backticks." ,
49+ "Print exact file contents without backticks." ,
5050 )
5151
5252 promptTestCase := test_cases.NonInteractiveTestCase {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Debug = true
1515[33m[tester::#MD6] [0m[94mRunning tests for Stage #MD6 (md6)[0m
1616[33m[tester::#MD6] [0m[94mCreating workspace files[0m
1717[33m[tester::#MD6] [pear.py] [0m[0mprint('Hello, World!')[0m
18- [33m[tester::#MD6] [0m[94m$ ./your_program.sh -p 'Show me what is inside `pear.py`. Exact file contents without backticks.'[0m
18+ [33m[tester::#MD6] [0m[94m$ ./your_program.sh -p 'Show me what is inside `pear.py`. Print exact file contents without backticks.'[0m
1919[33m[your_program] [0m[0mprint('Hello, World!')[0m
2020[33m[tester::#MD6] [0m[92m✔ Value is "print('Hello, World!')"[0m
2121[33m[tester::#MD6] [0m[92mTest passed.[0m
You can’t perform that action at this time.
0 commit comments