Browse Source

More tests

pull/218/head
Louis 8 years ago
parent
commit
b85a88a72b
  1. 1
      test/test_book/syntax_datadir/songs/images.csg
  2. 4
      test/test_song/image.csg.source

1
test/test_book/syntax_datadir/songs/images.csg

@ -1,3 +1,4 @@
TODO Update with test file from test_song
{title : Test of image sizes}
{image: dices.png}

4
test/test_song/image.csg.source

@ -17,6 +17,10 @@
{image: "image with spaces.png" size=x50pt}
{image: dices.png size=50ptx100pt}
{image: dices.png size=2.5cmx}
{image: "image with spaces.png" size=x2.5cm}
{image: dices.png size=2.5cmx1.5cm}
{image: dices.png size=3cmx10%}
{image: "image with spaces.png" size=10%x3cm}
{image: dices.png size=x}

Loading…
Cancel
Save