Allow setters/substitutions with . in the name

This commit is contained in:
Morten Torkildsen
2020-07-10 17:09:43 -07:00
parent 556eb48651
commit c419c1efc3
4 changed files with 71 additions and 3 deletions

View File

@@ -303,7 +303,7 @@ metadata:
//
//
{
name: "windows_line_ending",
name: "windows_line_ending",
input: "\r\n---\r\na: b # first resource\r\nc: d\r\n---\r\n# second resource\r\ne: f\r\ng:\r\n- h\r\n---\r\n\r\n---\r\n i: j",
expectedItems: []string{
`a: b # first resource