// good
}
}
public void testFromLocalizable() throws Exception {
Localizable l = new TestLocalizable();
PlaintextClosures.fromLocalizable(l).write(out, createGxpContext(Locale.US, false));
assertOutputEquals("[toString(en_US)]");
PlaintextClosures.fromLocalizable(l).write(out, createGxpContext(Locale.UK, false));