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

Inline Kommentare #88

Open
Paula-Kli opened this issue Jul 24, 2020 · 5 comments
Open

Inline Kommentare #88

Paula-Kli opened this issue Jul 24, 2020 · 5 comments
Labels
next iteration Issues for the next SWT team

Comments

@Paula-Kli
Copy link
Contributor

Paula-Kli commented Jul 24, 2020

receiver "comment" message

richtig formatieren

dazu ein paar unserer Tests, wie wir sie uns überlegt haben

@Paula-Kli
Copy link
Contributor Author

testUnaryMessageWithMultilineComment

	self
		prettify: 'receiver"comment1' , String cr , 'comment2"message' 
		startingFrom: #UnaryMessageSend 
		shouldEqual: 'receiver "comment1' , String cr , 'comment2" message'

@Paula-Kli
Copy link
Contributor Author

testUnaryMessageWithMultilineCommentWithMultipleNewlines

	self
		prettify: 'receiver' , String cr , '"comment1' , String cr , 'comment2"' , String cr , 'message'
		startingFrom: #UnaryMessageSend
		shouldEqual: 'receiver' , String cr ,  '"comment1' , String cr , 'comment2"' , String cr , 'message'

@Paula-Kli
Copy link
Contributor Author

testUnaryMessageWithMultipleCommentsWithMultipleNewlines

	self
		prettify: 'receiver' , String cr , '"comment1""comment2"' , String cr , 'message'
		startingFrom: #UnaryMessageSend
		shouldEqual: 'receiver' , String cr , '"comment1"' , String cr , '"comment2"' , String cr , 'message'

@Paula-Kli
Copy link
Contributor Author

testUnaryMessageWithSingellineCommentWithMultipleNewlines

	self
		prettify: 'receiver' , String cr , '"comment"' , String cr , 'message'
		startingFrom: #UnaryMessageSend
		shouldEqual: 'receiver' , String cr , '"comment"' , String cr , 'message'

@Paula-Kli
Copy link
Contributor Author

testUnaryMessageWithSinglelineComment

	self
		prettify: 'receiver"comment"message'
		startingFrom: #UnaryMessageSend
		shouldEqual: 'receiver "comment" message'

@felixauringer felixauringer added the next iteration Issues for the next SWT team label Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next iteration Issues for the next SWT team
Projects
None yet
Development

No branches or pull requests

2 participants