Guest User

Untitled

a guest
Jun 16th, 2025
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. [tester::#GM9] Running tests for Stage #GM9 (Autocompletion - Completion with arguments)
  2. [tester::#GM9] Running ./your_program.sh
  3. [tester::#GM9] ✓ Received prompt ($ )
  4. [tester::#GM9] Typed "ech"
  5. [tester::#GM9] ✓ Prompt line matches "$ ech"
  6. [tester::#GM9] Pressed "<TAB>" (expecting autocomplete to "echo")
  7. [your-program] $ ech
  8. [tester::#GM9] ^ Line does not match expected value.
  9. [tester::#GM9] Expected: "$ echo "
  10. [tester::#GM9] Received: "$ ech"
  11. [tester::#GM9] Assertion failed.
  12. [tester::#GM9] Test failed
Advertisement
Add Comment
Please, Sign In to add comment