зеркало из https://github.com/mozilla/pjs.git
not part of build. Now that null DOM strings are correctly supported we can fix the test case
This commit is contained in:
Родитель
372e6d8954
Коммит
c4bc087758
|
@ -241,7 +241,7 @@ print("EchoIn2OutOneDOMString of empty string - "+(
|
|||
? "passed" : "failed"));
|
||||
|
||||
print("EchoIn2OutOneDOMString of null - "+(
|
||||
echo.EchoIn2OutOneDOMString(null) == "null"
|
||||
echo.EchoIn2OutOneDOMString(null) == null
|
||||
? "passed" : "failed"));
|
||||
|
||||
print("EchoIn2OutOneDOMString of undefined - "+(
|
||||
|
|
Загрузка…
Ссылка в новой задаче