From 958ab27efbfba203966d47eedcaf3f5bc2fd136d Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 10 May 2019 10:32:31 -0700 Subject: [PATCH] Update JS highlighting unit test --- cli/src/tests/highlight_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/tests/highlight_test.rs b/cli/src/tests/highlight_test.rs index 4a384716..c2f5924c 100644 --- a/cli/src/tests/highlight_test.rs +++ b/cli/src/tests/highlight_test.rs @@ -172,7 +172,7 @@ fn test_highlighting_empty_lines() { &[ "class A {\n".to_string(), "\n".to_string(), - " b(c) {\n".to_string(), + " b(c) {\n".to_string(), "\n".to_string(), " d(e)\n".to_string(), "\n".to_string(),