comparison src/testdir/test_listchars.vim @ 31849:dbec60b8c253 v9.0.1257

patch 9.0.1257: code style is not check in test scripts Commit: https://github.com/vim/vim/commit/94722c510745a0cfd494c51625a514b92dd2bfb2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 28 19:19:03 2023 +0000 patch 9.0.1257: code style is not check in test scripts Problem: Code style is not check in test scripts. Solution: Add basic code style check for test files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 28 Jan 2023 20:30:04 +0100
parents f08ed0738f7a
children e385bda5e345
comparison
equal deleted inserted replaced
31848:b83cac410fcf 31849:dbec60b8c253
504 set encoding=utf-8 504 set encoding=utf-8
505 set ff=unix 505 set ff=unix
506 set list 506 set list
507 507
508 set listchars=eol:$,space:_,nbsp:= 508 set listchars=eol:$,space:_,nbsp:=
509 509
510 let nbsp1 = nr2char(0xa0) 510 let nbsp1 = nr2char(0xa0)
511 let nbsp2 = nr2char(0x202f) 511 let nbsp2 = nr2char(0x202f)
512 call append(0, [ 512 call append(0, [
513 \ " \u3099\t \u309A" .. nbsp1 .. nbsp1 .. "\u0302" .. nbsp2 .. nbsp2 .. "\u0302", 513 \ " \u3099\t \u309A" .. nbsp1 .. nbsp1 .. "\u0302" .. nbsp2 .. nbsp2 .. "\u0302",
514 \ ]) 514 \ ])