Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit a17963b

Browse files
committed
🎨 Tweak naming of test snippets
1 parent 19a9448 commit a17963b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/snippets-spec.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ describe "Snippets extension", ->
165165
${2:placeholder ending second line}
166166
"""
167167

168-
"tab stops at the ends of snippets":
168+
"tab stops at beginning and then end of snippet":
169169
prefix: "t6b"
170170
body: "$1expanded$0"
171171

172-
"tab stops at the ends of snippets - alternative":
172+
"tab stops at end and then beginning of snippet":
173173
prefix: "t6c"
174174
body: "$0expanded$1"
175175

0 commit comments

Comments
 (0)