mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-03-15 14:58:29 +01:00
Fix test cases for changed box design info
This commit is contained in:
parent
b5ad008925
commit
fbfbd29f5b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user