Skip to content

Commit de0ca14

Browse files
committed
tests for 16 pass woa
1 parent 1739f64 commit de0ca14

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

chapter_16_javascript.asciidoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,10 @@ $ *mv src/lists/static/tests/spec/PlayerSpec.js src/lists/static/tests/Spec.js*
380380
$ *rm -rf src/lists/static/tests/src*
381381
$ *rm -rf src/lists/static/tests/spec*
382382
----
383-
//004, 005
383+
//005-1
384384

385385
That leaves us with a directory structure like this:
386386

387-
[role="dofirst-ch16l004"]
388387
[subs="specialcharacters,quotes"]
389388
----
390389
$ *tree src/lists/static/tests*
@@ -1432,7 +1431,7 @@ const initialize = (inputSelector) => {
14321431
const textInput = document.querySelector(inputSelector);
14331432
textInput.oninput = () => {
14341433
textInput.classList.remove("is-invalid");
1435-
}
1434+
};
14361435
};
14371436
----
14381437
====

tests/test_chapter_16_javascript.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_listings_and_commands_and_output(self):
2323
self.skip_with_check(15, "delete all the other stuff")
2424

2525
# hack fast-forward
26-
skip = True
26+
skip = False
2727
if skip:
2828
self.pos = 10
2929
self.sourcetree.run_command(

0 commit comments

Comments
 (0)