File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
fontbox/src/test/java/org/apache/fontbox/cff Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ class CharStringCommandTest
3030 @ Test
3131 void testValue ()
3232 {
33- assertEquals (CharStringCommand .HSTEM .getValue (), 1 );
34- assertEquals (CharStringCommand .ESCAPE .getValue (), 12 );
35- assertEquals (CharStringCommand . DOTSECTION . getValue (), ( 12 << 4 ) + 0 );
36- assertEquals (CharStringCommand . AND . getValue (), ( 12 << 4 ) + 3 );
37- assertEquals (CharStringCommand .HSBW .getValue (), 13 );
33+ assertEquals (1 , CharStringCommand .HSTEM .getValue ());
34+ assertEquals (12 , CharStringCommand .ESCAPE .getValue ());
35+ assertEquals (( 12 << 4 ) + 0 , CharStringCommand . DOTSECTION . getValue () );
36+ assertEquals (( 12 << 4 ) + 3 , CharStringCommand . AND . getValue () );
37+ assertEquals (13 , CharStringCommand .HSBW .getValue ());
3838 }
3939
4040 @ Test
You can’t perform that action at this time.
0 commit comments