millermedeiros / esformatter

ECMAScript code beautifier/formatter
MIT License
970 stars 91 forks source link

Bug Report with new failing test related to ObjectExpression #460

Open williamcotton opened 8 years ago

williamcotton commented 8 years ago

Bug Report:

Expected: When disabling config for ObjectExpressionOpeningBrace, ObjectExpressionClosingBrace and Property, we would expect these tests to pass.

williamcotton commented 8 years ago

Just to clarify, the tests are supposed to be failing currently, because I am just reproducing what I think is a bug.

I have no idea how to fix this myself, but with some guidance, I could give it a shot!