Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for el2 (0.02 sec)

  1. pkg/test/framework/tools/featuresgen/cmd/root_test.go

    	if s1 != "\tLabEl1_Label2\tFeature = \"lab-el1.label2\"" {
    		t.Errorf("Expected '\tLabEl1_Label2\tFeature = \"lab-el1.label2\"' got '%s'", s1)
    	}
    
    	s2 := createConstantString([]string{"lab.*)($)#el1", "lab.el2"})
    	if s2 != "\tLabel1_Label2\tFeature = \"lab*)($)#el1.label2\"" {
    		t.Errorf("Expected '\tLabel1_Label2\tFeature = \"lab*)($)#el1.label2\"' got '%s'", s2)
    	}
    }
    
    var testYaml = `
    features:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 1.7K bytes
    - Viewed (0)
Back to top