-
Notifications
You must be signed in to change notification settings - Fork 0
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
Labels
next iteration
Issues for the next SWT team
Comments
testUnaryMessageWithMultilineComment
self
prettify: 'receiver"comment1' , String cr , 'comment2"message'
startingFrom: #UnaryMessageSend
shouldEqual: 'receiver "comment1' , String cr , 'comment2" message' |
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' |
testUnaryMessageWithMultipleCommentsWithMultipleNewlines
self
prettify: 'receiver' , String cr , '"comment1""comment2"' , String cr , 'message'
startingFrom: #UnaryMessageSend
shouldEqual: 'receiver' , String cr , '"comment1"' , String cr , '"comment2"' , String cr , 'message' |
testUnaryMessageWithSingellineCommentWithMultipleNewlines
self
prettify: 'receiver' , String cr , '"comment"' , String cr , 'message'
startingFrom: #UnaryMessageSend
shouldEqual: 'receiver' , String cr , '"comment"' , String cr , 'message' |
testUnaryMessageWithSinglelineComment
self
prettify: 'receiver"comment"message'
startingFrom: #UnaryMessageSend
shouldEqual: 'receiver "comment" message' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
receiver "comment" message
richtig formatieren
dazu ein paar unserer Tests, wie wir sie uns überlegt haben
The text was updated successfully, but these errors were encountered: