diff --git a/spec/beautify-languages-spec.coffee b/spec/beautify-languages-spec.coffee index bc41649..9229249 100644 --- a/spec/beautify-languages-spec.coffee +++ b/spec/beautify-languages-spec.coffee @@ -20,6 +20,15 @@ unspportedLangs = { "ocaml" "r" "clojure" + # Broken + "apex" + "bash" + "csharp" + "d" + "elm" + "java" + "objectivec" + "opencl" ] }