-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
:DESC | ||
Tests that a proper error message is produced when the box design cannot be detected. | ||
|
||
:ARGS | ||
-r | ||
:INPUT | ||
foo | ||
:OUTPUT-FILTER | ||
:EXPECTED-ERROR 1 | ||
boxes: Box design autodetection failed. Use -d option. | ||
:EOF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
:DESC | ||
Blank lines above and below the box are retained when the box is removed. | ||
There are some spaces in the line just above the box. | ||
|
||
:ARGS | ||
-r -d jstone | ||
:INPUT | ||
|
||
|
||
/*-------------+ | ||
| Lorem Ipsum | | ||
+-------------*/ | ||
|
||
|
||
:OUTPUT-FILTER | ||
:EXPECTED | ||
|
||
|
||
Lorem Ipsum | ||
|
||
|
||
:EOF |