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

[P1W7E125] Test / screen output mismatch #15

Open
ljleppan opened this issue Mar 17, 2016 · 0 comments
Open

[P1W7E125] Test / screen output mismatch #15

ljleppan opened this issue Mar 17, 2016 · 0 comments

Comments

@ljleppan
Copy link
Member

In week 7 / assignment 125 (debuggailua) test examples show that you should debug the program to function as follows:

Sana: testi
Luku: 3
t
 e
  s
t
 i

However, is you change the System.out.println to System.out.print to achieve that the prompt and input are on the same line, test cases do not work. In other words, test cases assume that the prompt functions as follows:

Sana: 
testi
Luku: 
3
t
 e
  s
t
 i

(reported by vesako)

@ljleppan ljleppan changed the title [P1W7E125] [P1W7E125] Test / screen output mismatch Mar 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant