runtime(vim): Cleanup syntax tests

Improve formatting and naming consistency of the syntax tests.

closes: #17850

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Doug Kearns
2025-07-25 20:00:25 +02:00
committed by Christian Brabandt
parent e9d1259111
commit cced80dcbb
555 changed files with 1973 additions and 1787 deletions

View File

@ -68,7 +68,7 @@ line2
EOS
" trim
" Trim
let foo =<< trim END
line1
@ -81,7 +81,7 @@ END
END
" interpolation
" Interpolation
let foo =<< eval END
line{1 + 0}
@ -103,7 +103,7 @@ END
line{1 + 1}
END
" no interpolation (escaped { and })
" No interpolation (escaped { and })
let foo =<< eval END
line{{1 + 0}}
@ -126,7 +126,7 @@ END
END
" no interpolation
" No interpolation
let foo =<< END
line{1 + 0}
@ -149,7 +149,7 @@ END
END
" end marker must not be followed by whitespace
" End marker must not be followed by whitespace
" assert_equal(foo, ["END "])
let foo =<< END
@ -225,7 +225,7 @@ END
END
" end markers
" End markers
let foo =<< !@#$%^&*()_+
line1