mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-07 02:48:27 +08:00
wip
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package yqlib
|
||||
|
||||
// func TestSingScenarioForDebugging(t *testing.T) {
|
||||
// logging.SetLevel(logging.DEBUG, "")
|
||||
// testScenario(t, &expressionScenario{
|
||||
// description: "Dont explode alias and anchor - check alias parent",
|
||||
// skipDoc: true,
|
||||
// document: `{a: &a [1], b: *a}`,
|
||||
// expression: `.b[0]`,
|
||||
// expected: []string{
|
||||
// "D0, P[a 0], (!!int)::1\n",
|
||||
// },
|
||||
// })
|
||||
// logging.SetLevel(logging.ERROR, "")
|
||||
// }
|
||||
Reference in New Issue
Block a user