]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(progress): Add syntax test for comments
authorDaniel Smith <daniel@rdnlsmith.com>
Thu, 25 Jul 2024 18:54:57 +0000 (20:54 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 25 Jul 2024 18:54:57 +0000 (20:54 +0200)
commit408bd9ffe7e4d1f0891582edcbc4ab4c2a7df4bf
treecd37e6cb7ea5213495eb2c5034fe7a31fcb07559
parentd5cc8ee0fa3e952492aed0c2f7e97586a0a87ab7
runtime(progress): Add syntax test for comments

We intend to update the Progress syntax file to support the single-line comment
syntax that was introduced in Progress OpenEdge 11.6. As there are no existing
tests for this file, we should first add one that demonstrates the comment
syntax that is already supported.

related: #15339

Signed-off-by: Daniel Smith <daniel@rdnlsmith.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/testdir/dumps/progress_comments_00.dump [new file with mode: 0644]
runtime/syntax/testdir/dumps/progress_comments_01.dump [new file with mode: 0644]
runtime/syntax/testdir/input/progress_comments.p [new file with mode: 0644]