Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Gothic (0.07 sec)

  1. src/html/template/error.go

    	ErrRangeLoopReentry
    
    	// ErrSlashAmbig: '/' could start a division or regexp.
    	// Example:
    	//   <script>
    	//     {{if .C}}var x = 1{{end}}
    	//     /-{{.N}}/i.test(x) ? doThis : doThat();
    	//   </script>
    	// Discussion:
    	//   The example above could produce `var x = 1/-2/i.test(s)...`
    	//   in which the first '/' is a mathematical division operator or it
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 02 15:18:39 UTC 2023
    - 9.3K bytes
    - Viewed (0)
Back to top