Change === to == in Decoding Binary Num question

pull/18182/head
Eric Leung 2016-03-29 20:18:15 -07:00
parent bd597f19ab
commit 9354d1d181
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@
], ],
"tests": [ "tests": [
[ [
"1 === on and 0 ===off", "1 == on and 0 == off",
true true
], ],
[ [