repo.or.cz
/
conkeror
/
arlinius.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
media: scrapers are now independent of page-modes
[conkeror/arlinius.git]
/
tests
/
simple
/
interactive.js
blob
57aa5bdae532bf451fd7fcf9b4837d862410efe5
1
2
require('walnut.js');
3
4
walnut_run({
5
test_call_interactively_1: function () {
6
let a = 0;
7
interactive('test1', null, function () { a = 1; });
8
co_call(call_interactively({}, 'test1'));
9
assert_equals(a, 1);
10
}
11
});