未验证 提交 7e3d9f8f 编写于 作者: B Bert Belder

format

上级 4dbe5eab
...@@ -78,5 +78,8 @@ test(function consoleTestStringifyCircular() { ...@@ -78,5 +78,8 @@ test(function consoleTestStringifyCircular() {
assertEqual(stringify(function f() {}), "[Function: f]"); assertEqual(stringify(function f() {}), "[Function: f]");
assertEqual(stringify(nestedObj), nestedObjExpected); assertEqual(stringify(nestedObj), nestedObjExpected);
assertEqual(stringify(JSON), "{}"); assertEqual(stringify(JSON), "{}");
assertEqual(stringify(console), "Console { printFunc: [Function], debug: [Function: log], info: [Function: log], error: [Function: warn] }"); assertEqual(
stringify(console),
"Console { printFunc: [Function], debug: [Function: log], info: [Function: log], error: [Function: warn] }"
);
}); });
...@@ -28,8 +28,7 @@ def main(): ...@@ -28,8 +28,7 @@ def main():
def write_lastchange(): def write_lastchange():
run([ run([
sys.executable, "build/util/lastchange.py", "-o", sys.executable, "build/util/lastchange.py", "-o",
"build/util/LASTCHANGE", "--source-dir", root_path, "build/util/LASTCHANGE", "--source-dir", root_path, "--filter="
"--filter="
]) ])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册