Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
git
basic-practice
Commits
30d883cd
Commit
30d883cd
authored
Jan 30, 2019
by
Diana HENDRICKX
Browse files
removed % from test_diana
parent
5a7c54e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/suite/test_diana.m
View file @
30d883cd
% Test file
%
c = addTwoNumbers_diana(1, 2)
c
=
addTwoNumbers_diana
(
1
,
2
)
% test if the addition function works as expected
%
assert(c == 3)
assert
(
c
==
3
)
% d = multiplyTwoNumbers_diana(c, c)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment