summaryrefslogtreecommitdiff
path: root/src/testdir/test_xxd.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.1585: :let-heredoc does not trim enoughv8.1.1585Bram Moolenaar2019-06-241-8/+8
| | | | | | 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.
* patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar2019-06-151-1/+1
| | | | | | | 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.
* patch 8.1.1524: tests are silently skippedv8.1.1524Bram Moolenaar2019-06-131-1/+1
| | | | | Problem: Tests are silently skipped. Solution: Throw an exception for skipped tests in more places.
* patch 8.1.1362: code and data in tests can be hard to readv8.1.1362Bram Moolenaar2019-05-201-6/+13
| | | | | Problem: Code and data in tests can be hard to read. Solution: Use the new heredoc style. (Yegappan Lakshmanan, closes #4400)
* patch 8.1.0831: xxd test fails if man page has dos fileformatv8.1.0831Bram Moolenaar2019-01-271-6/+15
| | | | | Problem: Xxd test fails if man page has dos fileformat. Solution: Make a copy with unix fileformat.
* patch 8.1.0823: not sufficient testing of xxdv8.1.0823Bram Moolenaar2019-01-261-1/+19
| | | | | Problem: Not sufficient testing of xxd. Solution: Add some more test coverage.
* patch 8.1.0821: xxd "usage" output and other arguments not testedv8.1.0821Bram Moolenaar2019-01-251-19/+60
| | | | | | Problem: Xxd "usage" output and other arguments not tested. Solution: Add a test to trigger the usage output in various ways. Fix uncovered problem.
* patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar2019-01-091-3/+3
| | | | | Problem: Test files still use function!. Solution: Remove the exclamation mark. Fix overwriting a function.
* Vim 8.1 releasev8.1.0000Bram Moolenaar2018-05-171-2/+6
| | | | Update version number and information. Fix a couple of tests.
* patch 8.0.1695: xxd test not run on MS-Windowsv8.0.1695Bram Moolenaar2018-04-101-10/+21
| | | | | Problem: Xxd test not run on MS-Windows. Solution: Use xxd.exe if it exists.
* patch 8.0.1691: xxd test sometimes failsv8.0.1691Bram Moolenaar2018-04-101-6/+12
| | | | | Problem: Xxd test sometimes fails. Solution: Wipe out the XXDfile buffer.
* patch 8.0.1689: no tests for xxdv8.0.1689Bram Moolenaar2018-04-101-0/+94
Problem: No tests for xxd. Solution: Add a test. (Christian Brabandt)