File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -1834,14 +1834,18 @@ def Test_no_space_after_command()
18341834 g #pat#cmd
18351835 END
18361836 v9.CheckDefAndScriptFailure (lines , ' E1242:' , 1 )
1837+
1838+ new
1839+ setline (1 , ' some pat' )
18371840 lines = << trim END
1838- g #pat#cmd
1841+ g #pat#print
18391842 END
18401843 v9.CheckDefAndScriptSuccess (lines )
18411844 lines = << trim END
1842- g # pat#cmd
1845+ g # pat#print
18431846 END
18441847 v9.CheckDefAndScriptSuccess (lines )
1848+ bwipe!
18451849
18461850 lines = << trim END
18471851 s /pat/ repl
Original file line number Diff line number Diff line change @@ -754,6 +754,8 @@ static char *(features[]) =
754754
755755static int included_patches [] =
756756{ /* Add new patch number below this line */
757+ /**/
758+ 4507 ,
757759/**/
758760 4506 ,
759761/**/
You can’t perform that action at this time.
0 commit comments