view src/testdir/test22.in @ 27430:da3a39fd0964 v8.2.4243

patch 8.2.4243: Lua tests fail with Lua 5.4.4 Commit: https://github.com/vim/vim/commit/57ff2b7068c03c89fbfc8930e1325274e72d22a3 Author: =?UTF-8?q?Jakub=20Kul=C3=ADk?= <kulikjak@gmail.com> Date: Fri Jan 28 17:20:03 2022 +0000 patch 8.2.4243: Lua tests fail with Lua 5.4.4 Problem: Lua tests fail with Lua 5.4.4. Solution: Check messages like before Lua 5.4.3. (Jakub Kul?k, closes https://github.com/vim/vim/issues/9652)
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Jan 2022 18:30:03 +0100
parents 30bdd2e4a6f9
children
line wrap: on
line source

Tests for complicated + argument to :edit command

STARTTEST
:$-1w! Xfile1
:$w! Xfile2
:edit +1|s/|/PIPE/|w Xfile1| e Xfile2|1 | s/\//SLASH/|w
:w! test.out
:e Xfile1
:w >> test.out
:qa!
ENDTEST

The result should be in Xfile1: "fooPIPEbar", in Xfile2: "fooSLASHbar"
foo|bar
foo/bar