mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-07 02:48:27 +08:00
Include blank new lines in leading header preprocessing #1462
This commit is contained in:
@@ -12,8 +12,7 @@ var specDocument = `- &CENTER { x: 1, y: 2 }
|
||||
|
||||
var expectedSpecResult = "D0, P[4], (!!map)::x: 1\ny: 2\nr: 10\n"
|
||||
|
||||
var simpleArrayRef = `
|
||||
item_value: &item_value
|
||||
var simpleArrayRef = `item_value: &item_value
|
||||
value: true
|
||||
|
||||
thingOne:
|
||||
|
||||
Reference in New Issue
Block a user