01-edu / public

📚 @01-edu's Public Repository
http://public.01-edu.org/
207 stars 440 forks source link

[BUG] duplicate subject #2643

Open mohamedLazyBob opened 1 month ago

mohamedLazyBob commented 1 month ago

duplicate

The subject have indicates that the user should insert , between the two sentences and a ! at the end. but the test cases expects to get , and ! with the spaces added.

this is the exercise Instructions:

Declare a variable duplicate that repeat the provided variable sentence, separated by a , and add an ! at the end.

But from another side the exemple have the spaces added!

nprimo commented 1 month ago

@mohamedLazyBob the subject is actually coherent however I see that, because of the formatting, is not easy to see the spaces. However, in the example, it is clear where the spaces should be placed (and that some spaces should be added close to the , and !).

You can check the original subject.