Skip to content

Commit

Permalink
Fixed the io function
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentBlanckaert committed Feb 1, 2025
1 parent 2ce7892 commit 3a62f6d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/exercises/echo-function-file-output/evaluation/one.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
- tab: "Test"
testcases:
- statement: echo_function("result.txt", "Hallo")
out_files:
path_expected: "contents.txt"
path_generated: "result.txt"
output_files:
data:
- content: !path "contents.txt"
path: "result.txt"
oracle: builtin

0 comments on commit 3a62f6d

Please sign in to comment.