assertEquals(expected, docCmd.text);
}
public void testAfterCloseParOnlyIndent() {
final TestIndentPrefs prefs = new TestIndentPrefs(true, 4);
strategy.setIndentPrefs(prefs);
prefs.indentToParLevel = false;
String doc = "m = [a,";
DocCmd docCmd = new DocCmd(doc.length(), 0, "\n");
strategy.customizeDocumentCommand(new Document(doc), docCmd);