@@ -14,38 +14,38 @@ import (
14
14
15
15
func TestAttributes (t * testing.T ) {
16
16
cases := map [string ]func (string ) g.Node {
17
- "boost" : hx .Boost ,
18
- "get" : hx .Get ,
19
- "post" : hx .Post ,
20
- "push-url" : hx .PushURL ,
21
- "select" : hx .Select ,
22
- "select-oob" : hx .SelectOOB ,
23
- "swap" : hx .Swap ,
24
- "swap-oob" : hx .SwapOOB ,
25
- "target" : hx .Target ,
26
- "trigger" : hx .Trigger ,
27
- "vals" : hx .Vals ,
28
- "confirm" : hx .Confirm ,
29
- "delete" : hx .Delete ,
30
- "disable" : hx .Disable ,
31
- "disable -elt" : hx .DisableElt ,
32
- "disinherit" : hx .Disinherit ,
33
- "encoding" : hx .Encoding ,
34
- "ext" : hx .Ext ,
35
- "headers" : hx .Headers ,
36
- "history" : hx .History ,
37
- "history-elt" : hx .HistoryElt ,
38
- "include" : hx .Include ,
39
- "indicator" : hx .Indicator ,
40
- "params" : hx .Params ,
41
- "patch" : hx .Patch ,
42
- "preserve" : hx .Preserve ,
43
- "prompt" : hx .Prompt ,
44
- "put" : hx .Put ,
45
- "replace-url" : hx .ReplaceURL ,
46
- "request" : hx .Request ,
47
- "sync" : hx .Sync ,
48
- "validate" : hx .Validate ,
17
+ "boost" : hx .Boost ,
18
+ "get" : hx .Get ,
19
+ "post" : hx .Post ,
20
+ "push-url" : hx .PushURL ,
21
+ "select" : hx .Select ,
22
+ "select-oob" : hx .SelectOOB ,
23
+ "swap" : hx .Swap ,
24
+ "swap-oob" : hx .SwapOOB ,
25
+ "target" : hx .Target ,
26
+ "trigger" : hx .Trigger ,
27
+ "vals" : hx .Vals ,
28
+ "confirm" : hx .Confirm ,
29
+ "delete" : hx .Delete ,
30
+ "disable" : hx .Disable ,
31
+ "disabled -elt" : hx .DisabledElt ,
32
+ "disinherit" : hx .Disinherit ,
33
+ "encoding" : hx .Encoding ,
34
+ "ext" : hx .Ext ,
35
+ "headers" : hx .Headers ,
36
+ "history" : hx .History ,
37
+ "history-elt" : hx .HistoryElt ,
38
+ "include" : hx .Include ,
39
+ "indicator" : hx .Indicator ,
40
+ "params" : hx .Params ,
41
+ "patch" : hx .Patch ,
42
+ "preserve" : hx .Preserve ,
43
+ "prompt" : hx .Prompt ,
44
+ "put" : hx .Put ,
45
+ "replace-url" : hx .ReplaceURL ,
46
+ "request" : hx .Request ,
47
+ "sync" : hx .Sync ,
48
+ "validate" : hx .Validate ,
49
49
}
50
50
51
51
for name , fn := range cases {
0 commit comments