exercism / vimscript

Exercism exercises in Vim script.
https://exercism.org/tracks/vimscript
MIT License
20 stars 24 forks source link

Add flatten-array exercise #189

Closed BNAndras closed 10 months ago

BNAndras commented 10 months ago

Related to #172

BNAndras commented 10 months ago

I changed the auto-generated tests to use v:null instead of an empty string. The exercise generator should be tweaked in the future if possible to use v:null so a future test sync doesn't break solutions for this exercise by reverting to an empty string representation.

kotp commented 10 months ago

The exercise generator should be tweaked in the future if possible to use v:null so a future test sync doesn't break solutions for this exercise by reverting to an empty string representation.

Care to create an issue for that?

BNAndras commented 10 months ago

Yeah, I’ll file the issue.

BNAndras commented 10 months ago

Okay, my exercises for next month are all ready for your review.