KOBAYASHI Shuji
|
f92867a59e
|
Refine the assertion failure message in mrdb print tests
#### Before this patch:
```console
Fail: mruby-bin-debugger(print) error (mrbgems: mruby-bin-debugger)
- Assertion[2]
Expected true to be false.
```
#### After this patch:
```console
Fail: mruby-bin-debugger(print) error (mrbgems: mruby-bin-debugger)
- Assertion[2]
Expected "$2 = undefined method 'bar' (NoMethodError)\n" to be start_with? "$2 = (eval):2: undefined method".
```
|
2019-12-24 23:20:20 +09:00 |
|
KOBAYASHI Shuji
|
f0b8c9ec06
|
Fix mruby-bin-debugger tests; ref d2f2f9db
|
2019-12-18 19:34:11 +09:00 |
|
Kazuhiro Sera
|
b03f1f78e3
|
Fix misspelling words in comments
|
2018-08-11 00:28:32 +09:00 |
|
mimaki
|
e57d9e6047
|
Fixed test case for mruby ddebugger.
|
2018-04-04 14:07:59 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
466a18b0d3
|
Remove redundant use of Object#to_s in interpolation.
|
2017-06-28 23:28:24 +09:00 |
|
Nobuyoshi Nakada
|
6511bfd79a
|
Removed trailing spaces
|
2016-09-28 12:29:41 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
76d44b1b48
|
remove execute bit from mrbgems/mruby-bin-debugger files
|
2015-12-26 00:07:16 +09:00 |
|
mimaki
|
e5bacc03f2
|
Add mruby debugger (mrdb)
|
2014-11-18 23:33:32 +09:00 |
|