Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
bb684646
Unverified
Commit
bb684646
authored
Jun 09, 2020
by
Yukihiro "Matz" Matsumoto
Committed by
GitHub
Jun 09, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5021 from dearblue/kernel-test
Update `test/t/kernel.rb`
parents
2098acee
4cd858f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
13 deletions
+4
-13
test/t/kernel.rb
test/t/kernel.rb
+4
-13
No files found.
test/t/kernel.rb
View file @
bb684646
...
...
@@ -29,7 +29,7 @@ assert('Kernel.block_given?', '15.3.1.2.2') do
end
end
# Kernel.eval is provided by the mruby-
gem
mrbgem. '15.3.1.2.3'
# Kernel.eval is provided by the mruby-
eval
mrbgem. '15.3.1.2.3'
assert
(
'Kernel.iterator?'
,
'15.3.1.2.5'
)
do
assert_false
Kernel
.
iterator?
...
...
@@ -59,20 +59,11 @@ assert('Kernel.loop', '15.3.1.2.8') do
assert_equal
100
,
i
end
assert
(
'Kernel.p'
,
'15.3.1.2.9'
)
do
# TODO search for a way to test p to stdio
assert_true
true
end
# Kernel.p is provided by the mruby-print mrbgem. '15.3.1.2.9'
assert
(
'Kernel.print'
,
'15.3.1.2.10'
)
do
# TODO search for a way to test print to stdio
assert_true
true
end
# Kernel.print is provided by the mruby-print mrbgem. '15.3.1.2.10'
assert
(
'Kernel.puts'
,
'15.3.1.2.11'
)
do
# TODO search for a way to test puts to stdio
assert_true
true
end
# Kernel.puts is provided by the mruby-print mrbgem. '15.3.1.2.11'
assert
(
'Kernel.raise'
,
'15.3.1.2.12'
)
do
assert_raise
RuntimeError
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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