We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3f1d4 commit 41c099bCopy full SHA for 41c099b
utils/utils_test.go
@@ -1522,12 +1522,6 @@ func TestConvertComponentIdIntoFriendlyPathSearch_SpecificEdgeCases(t *testing.T
1522
assert.True(t, strings.HasPrefix(path4, "$"))
1523
}
1524
1525
-func TestConvertComponentIdIntoFriendlyPathSearch_NotStandard(t *testing.T) {
1526
- name, path := ConvertComponentIdIntoFriendlyPathSearch(".....//")
1527
- assert.Equal(t, "fraggles", name)
1528
- assert.Equal(t, "$.['fraggles']", path)
1529
-}
1530
-
1531
// Test to try to trigger the formatting safeguard code
1532
func TestConvertComponentIdIntoFriendlyPathSearch_FormatSafeguards(t *testing.T) {
1533
// Test various edge cases that might trigger the formatting safeguards
0 commit comments