Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for escapeAction (0.21 sec)

  1. src/html/template/escape.go

    	}
    	panic("escaping " + n.String() + " is unimplemented")
    }
    
    var debugAllowActionJSTmpl = godebug.New("jstmpllitinterp")
    
    // escapeAction escapes an action template node.
    func (e *escaper) escapeAction(c context, n *parse.ActionNode) context {
    	if len(n.Pipe.Decl) != 0 {
    		// A local variable assignment, not an interpolation.
    		return c
    	}
    	c = nudge(c)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 02 15:18:39 UTC 2023
    - 32.4K bytes
    - Viewed (0)
Back to top