}
@Test
public void testDotStyleSquareStar() throws ParseException {
IDot dot = (IDot)parser.parsePSTCode("\\"+getCommandName()+"[dotstyle=square*]"+getBasicCoordinates()).get().getShapeAt(0); //$NON-NLS-1$ //$NON-NLS-2$
assertEquals(DotStyle.FSQUARE, dot.getDotStyle());
assertTrue(PSTParser.errorLogs().isEmpty());
}