| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Problem: :let-heredoc does not trim enough.
Solution: Trim indent from the contents based on the indent of the first
line. Use let-heredoc in more tests.
|
|
|
|
|
|
|
| |
Problem: Some balloon tests don't run when they can.
Solution: Split GUI balloon tests off into a separate file. (Ozaki Kiichi,
closes #4538) Change the feature check into a command for
consistency.
|
|
|
|
|
| |
Problem: Tests are silently skipped.
Solution: Throw an exception for skipped tests in more places.
|
|
|
|
|
| |
Problem: Code and data in tests can be hard to read.
Solution: Use the new heredoc style. (Yegappan Lakshmanan, closes #4400)
|
|
|
|
|
| |
Problem: Xxd test fails if man page has dos fileformat.
Solution: Make a copy with unix fileformat.
|
|
|
|
|
| |
Problem: Not sufficient testing of xxd.
Solution: Add some more test coverage.
|
|
|
|
|
|
| |
Problem: Xxd "usage" output and other arguments not tested.
Solution: Add a test to trigger the usage output in various ways. Fix
uncovered problem.
|
|
|
|
|
| |
Problem: Test files still use function!.
Solution: Remove the exclamation mark. Fix overwriting a function.
|
|
|
|
| |
Update version number and information. Fix a couple of tests.
|
|
|
|
|
| |
Problem: Xxd test not run on MS-Windows.
Solution: Use xxd.exe if it exists.
|
|
|
|
|
| |
Problem: Xxd test sometimes fails.
Solution: Wipe out the XXDfile buffer.
|
|
Problem: No tests for xxd.
Solution: Add a test. (Christian Brabandt)
|