svoid test_autoUnindent_honoringBrackets() { testFunctionValues autoUnindent_honoringBrackets( " a (\nb)\n c", "a (\nb)\nc" ); }