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

Fixed #231 #233

Merged
merged 2 commits into from
Sep 30, 2019
Merged

Fixed #231 #233

merged 2 commits into from
Sep 30, 2019

Conversation

skycaptain
Copy link

Fixes #231. I've only changed the tests affected by this bug. Others are still failing. Tested with Matlab R2019b and Octave 5.1.0

@@ -1,7 +1,7 @@
function greeting = greet(user)
% Returns a greeting.
%
% >> greet World
% >> disp(greet('World'))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I prefer to leave this as >> greet World and change the function to function greet(user) ... disp(['Hello, ' user '!']);

Can you also do this in README.md?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otherwise, this looks good to me!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done with 63c7d9f.

@cbm755 cbm755 merged commit 008e6ec into gnu-octave:master Sep 30, 2019
@skycaptain skycaptain deleted the fix-231 branch September 30, 2019 19:54
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

Successfully merging this pull request may close these issues.

string returns lead to Self-tests fail on Matlab
2 participants