assertEquals( "", getAllProblems() );
}
@Test
public void extraComma() {
JsonObject config = new JsonObject();
if( versionGreaterThan( "2.0.0" ) ) {
config.add( "es3", true );
}
jsHint.configure( config );
jsHint.check( "var o = { x: 1, y: 2, z: 3, };", handler );