Autoinsert single required proerty after '- '.

This commit is contained in:
Kris De Volder
2017-04-26 16:50:56 -07:00
parent 66704bec00
commit d47fa48e43
6 changed files with 143 additions and 37 deletions

View File

@@ -452,7 +452,7 @@ public class ConcourseEditorTest {
editor = harness.newEditor(CURSOR);
editor.assertCompletions(
"groups:\n" +
"- <*>"
"- name: <*>"
, // --------------
"jobs:\n" +
"- <*>"
@@ -2552,10 +2552,10 @@ public class ConcourseEditorTest {
" <*>"
,
"inputs:\n" +
"- <*>"
"- name: <*>"
,
"outputs:\n" +
"- <*>"
"- name: <*>"
,
"params:\n" +
" <*>"