This commit is contained in:
Mike Farah
2025-05-09 14:55:05 +10:00
parent 2c7cce0878
commit 6c0f296574
8 changed files with 47 additions and 49 deletions
+15
View File
@@ -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, "")
// }