Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for msi (0.04 sec)

  1. src/html/template/exec_test.go

    	{"slice[nil]", "{{index .SI nil}}", "", tVal, false},
    	{"map[one]", "{{index .MSI `one`}}", "1", tVal, true},
    	{"map[two]", "{{index .MSI `two`}}", "2", tVal, true},
    	{"map[NO]", "{{index .MSI `XXX`}}", "0", tVal, true},
    	{"map[nil]", "{{index .MSI nil}}", "", tVal, false},
    	{"map[``]", "{{index .MSI ``}}", "0", tVal, true},
    	{"map[WRONG]", "{{index .MSI 10}}", "", tVal, false},
    	{"double index", "{{index .SMSI 1 `eleven`}}", "11", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  2. src/text/template/exec_test.go

    	{"slice[nil]", "{{index .SI nil}}", "", tVal, false},
    	{"map[one]", "{{index .MSI `one`}}", "1", tVal, true},
    	{"map[two]", "{{index .MSI `two`}}", "2", tVal, true},
    	{"map[NO]", "{{index .MSI `XXX`}}", "0", tVal, true},
    	{"map[nil]", "{{index .MSI nil}}", "", tVal, false},
    	{"map[``]", "{{index .MSI ``}}", "0", tVal, true},
    	{"map[WRONG]", "{{index .MSI 10}}", "", tVal, false},
    	{"double index", "{{index .SMSI 1 `eleven`}}", "11", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
Back to top