Fix test cases for changed box design info

This commit is contained in:
Thomas Jensen 2019-05-21 21:44:46 +02:00
parent b5ad008925
commit fbfbd29f5b
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB
2 changed files with 9 additions and 4 deletions

View File

@ -16,6 +16,12 @@ Minimum Box Dimensions: 5 x 3 (width x height)
Default Padding: left 1, right 1
Default Killblank: yes
Elastic Shapes: N, E, S, W
Defined Shapes: NW: "/*" N: "*" NE: "*/" E: "*/" SE: "*/" S: "*"
SW: "/*" W: "/*"
Defined Shapes: NW: "/*"
N: "*"
NE: "*/"
E: "*/"
SE: "*/"
S: "*"
SW: "/*"
W: "/*"
:EOF

View File

@ -16,6 +16,5 @@ Minimum Box Dimensions: 3 x 3 (width x height)
Default Padding: left 1
Default Killblank: no
Elastic Shapes: N, E, S, W
Defined Shapes: NW: " " N: " " NE: " " E: " " SE: " " S: " "
SW: " " W: "#"
Defined Shapes: W: "#"
:EOF