Skip to content

[EXTERNAL] fix: clarify set-internal-vars expected output, remove misleading commas#3138

Open
e-aub wants to merge 1 commit into01-edu:masterfrom
e-aub:fix-set-internal-vars
Open

[EXTERNAL] fix: clarify set-internal-vars expected output, remove misleading commas#3138
e-aub wants to merge 1 commit into01-edu:masterfrom
e-aub:fix-set-internal-vars

Conversation

@e-aub
Copy link

@e-aub e-aub commented Jan 22, 2026

Why?

The expected output in the exercise documentation was misleading: it showed the array elements with commas one, two, three, four, five while the actual test expects them to be space-separated one two three four five. This change clarifies the expected output to prevent confusion when implementing the script.

Solution Overview

Updated the instructions and expected output for set-internal-vars.sh to remove commas between array elements. The script now clearly indicates that the array should be printed as space-separated values, matching the automated test expectations.

Implementation Details

  • Removed commas from the example output in the exercise description.

Build Images

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant