Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ajaxorg/ace
/ eq
Function
eq
src/keyboard/vim_test.js:119–122 ·
view source on GitHub ↗
(a, b, _reason)
Source
from the content-addressed store, hash-verified
117
);
118
}
119
function
eq(a, b, _reason) {
120
if
(a != b)
121
throw failure(
"Expected "
+ a +
" to be equal to "
+ b, eq);
122
}
123
function
is(a) {
124
if
(!a) throw failure(
"Expected "
+ a +
" to be truthy"
, is);
125
}
Callers
6
vim_test.js
File · 0.70
test
Function · 0.70
testEdit
Function · 0.70
testSelection
Function · 0.70
testSubstitute
Function · 0.70
testSubstituteConfirm
Function · 0.70
Calls
1
failure
Function · 0.85
Tested by
1
test
Function · 0.56