summaryrefslogtreecommitdiffstats
path: root/src/testdir/README.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-02-20 15:51:40 +0100
committerBram Moolenaar <Bram@vim.org>2018-02-20 15:51:40 +0100
commitda65058a9c4774dc534c7ae98d24c58b5db669fa (patch)
tree3b9c05511fd12c806a8cbec528b30f073c24cbe5 /src/testdir/README.txt
parent7a76092a51fc5446426a4bfd9eb6503ec61bf9e9 (diff)
patch 8.0.1526: no test using a screen dump yetv8.0.1526
Problem: No test using a screen dump yet. Solution: Add a test for C syntax highlighting. Add helper functions.
Diffstat (limited to 'src/testdir/README.txt')
-rw-r--r--src/testdir/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testdir/README.txt b/src/testdir/README.txt
index 6cdf12fffb..7aa185f0a8 100644
--- a/src/testdir/README.txt
+++ b/src/testdir/README.txt
@@ -35,6 +35,12 @@ What you can use (see test_assert.vim for an example):
- See the start of runtest.vim for more help.
+TO ADD A SCREEN DUMP TEST:
+
+Mostly the same as writing a new style test. Additonally, see help on
+"terminal-dumptest". Put the reference dump in "dumps/Test_func_name.dump".
+
+
TO ADD AN OLD STYLE TEST:
1) Create test_<subject>.in and test_<subject>.ok files.