patch 8.0.1526: no test using a screen dump yet
Problem: No test using a screen dump yet.
Solution: Add a test for C syntax highlighting. Add helper functions.
diff --git a/src/testdir/README.txt b/src/testdir/README.txt
index 6cdf12f..7aa185f 100644
--- a/src/testdir/README.txt
+++ b/src/testdir/README.txt
@@ -35,6 +35,12 @@
- 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.