From 113e9d0c2cc3f474da719721857c074c983c7157 Mon Sep 17 00:00:00 2001 From: Scott González Date: Wed, 22 Jan 2014 10:40:19 -0500 Subject: Autocomplete: Normalize falsy values, not just missing values Fixes #9762 --- tests/unit/autocomplete/remote_string_array.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/autocomplete/remote_string_array.txt') diff --git a/tests/unit/autocomplete/remote_string_array.txt b/tests/unit/autocomplete/remote_string_array.txt index 3b24c8e4b..76134f302 100644 --- a/tests/unit/autocomplete/remote_string_array.txt +++ b/tests/unit/autocomplete/remote_string_array.txt @@ -1 +1 @@ -["java", "javascript"] \ No newline at end of file +[ "java", "javascript", "clojure" ] -- cgit v1.2.3