From de95fbebc467a51577c692ff7808c09d3d26fac6 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Sat, 19 Sep 2020 00:47:08 +0800 Subject: fix(cli/repl): format evaluation results with the object specifier (#7561) --- cli/tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 5c2bb1b95..4eda0e8dd 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1053,7 +1053,7 @@ fn repl_test_console_log() { Some(vec![("NO_COLOR".to_owned(), "1".to_owned())]), false, ); - assert!(out.ends_with("hello\nundefined\nworld\n")); + assert!(out.ends_with("hello\nundefined\n\"world\"\n")); assert!(err.is_empty()); } -- cgit v1.2.3