From 93d4a373fb7af25636f930c81a2e1336d1df4a37 Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Sat, 31 Mar 2012 17:00:51 -0400 Subject: [PATCH] Correct test for CR expansions. --- test/expand_cr.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/expand_cr.txt b/test/expand_cr.txt index 060029b..1cfe41f 100644 --- a/test/expand_cr.txt +++ b/test/expand_cr.txt @@ -18,9 +18,15 @@ exec "normal i(\test)x" test )x -------------------------------------------------------------------------------- -# Consider indentation with BS inside an empty CR expansion. +# Remove CR expansion on BS %d exec "normal i(\\x" ================================================================================ (x) -------------------------------------------------------------------------------- +# Consider indentation with BS inside an empty CR expansion. +%d +exec "normal i( \\\x" +================================================================================ +(x) +--------------------------------------------------------------------------------