Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin Onboarding TestCase Issue(Last Push - 6) #243

Open
themerous opened this issue Jan 20, 2025 · 0 comments
Open

Kotlin Onboarding TestCase Issue(Last Push - 6) #243

themerous opened this issue Jan 20, 2025 · 0 comments

Comments

@themerous
Copy link

themerous commented Jan 20, 2025

When going through the test case for Last Push step 6, there is small issue with the patternWidth for last line of pattern.

With some of the testcases, the case request me to remove the filling seperators which is simple black space, but on other cases, the testcase request me to fill the width with the black spaces.

According to the text that problem provided from previous steps, it seems like the testcases should have width filled to the end of pattern width so I think the problem needs to be fixed

 .' |    .'|
+---+--+'  |
|   |  |   |
|  ,+--+---+
|.'    | .' 
+------+'

this block above is the problem test case and this shown below should be the working test case

 .' |    .'|
+---+--+'  |
|   |  |   |
|  ,+--+---+
|.'    | .' 
+------+'    
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

No branches or pull requests

1 participant