mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5211 from shuujii/move-mrbc-test-to-mruby-bin-mrbc-gem-from-mruby-compiler-gem
Move `mrbc` test to `mruby-bin-mrbc` gem from `mruby-compiler` gem
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
require 'open3'
|
||||
require 'tempfile'
|
||||
|
||||
assert('mirb normal operations') do
|
||||
o, s = Open3.capture2(cmd("mirb"), :stdin_data => "a=1\nb=2\na+b\n")
|
||||
|
||||
Reference in New Issue
Block a user