view src/testdir/test22.in @ 28251:9d90eef65a46 v8.2.4651

patch 8.2.4651: test fails because path differs Commit: https://github.com/vim/vim/commit/1712518f4808eb0bb59c8895aa0c17c3f04572a7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 30 21:57:50 2022 +0100 patch 8.2.4651: test fails because path differs Problem: Test fails because path differs. Solution: Only compare the tail of the path.
author Bram Moolenaar <Bram@vim.org>
date Wed, 30 Mar 2022 23:00:03 +0200
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