Line | |
---|
1 | #hidden { |
---|
2 | color: transparent; |
---|
3 | } |
---|
4 | #hidden1 { |
---|
5 | color: transparent; |
---|
6 | } |
---|
7 | .two-args { |
---|
8 | color: blue; |
---|
9 | width: 10px; |
---|
10 | height: 99%; |
---|
11 | border: 2px dotted #000000; |
---|
12 | } |
---|
13 | .one-arg { |
---|
14 | width: 15px; |
---|
15 | height: 49%; |
---|
16 | } |
---|
17 | .no-parens { |
---|
18 | width: 5px; |
---|
19 | height: 49%; |
---|
20 | } |
---|
21 | .no-args { |
---|
22 | width: 5px; |
---|
23 | height: 49%; |
---|
24 | } |
---|
25 | .var-args { |
---|
26 | width: 45; |
---|
27 | height: 17%; |
---|
28 | } |
---|
29 | .multi-mix { |
---|
30 | width: 10px; |
---|
31 | height: 29%; |
---|
32 | margin: 4; |
---|
33 | padding: 5; |
---|
34 | } |
---|
35 | body { |
---|
36 | padding: 30px; |
---|
37 | color: #ff0000; |
---|
38 | } |
---|
39 | .scope-mix { |
---|
40 | width: 8; |
---|
41 | } |
---|
42 | .content { |
---|
43 | width: 600px; |
---|
44 | } |
---|
45 | .content .column { |
---|
46 | margin: 600px; |
---|
47 | } |
---|
48 | #same-var-name { |
---|
49 | radius: 5px; |
---|
50 | } |
---|
51 | #var-inside { |
---|
52 | width: 10px; |
---|
53 | } |
---|
54 | .arguments { |
---|
55 | border: 1px solid #000000; |
---|
56 | width: 1px; |
---|
57 | } |
---|
58 | .arguments2 { |
---|
59 | border: 0px; |
---|
60 | width: 0px; |
---|
61 | } |
---|
62 | .arguments3 { |
---|
63 | border: 0px; |
---|
64 | width: 0px; |
---|
65 | } |
---|
66 | .arguments4 { |
---|
67 | border: 0 1 2 3 4; |
---|
68 | rest: 1 2 3 4; |
---|
69 | width: 0; |
---|
70 | } |
---|
71 | .edge-case { |
---|
72 | border: "{"; |
---|
73 | width: "{"; |
---|
74 | } |
---|
75 | .comma-vs-semi-colon { |
---|
76 | one: a; |
---|
77 | two: b, c; |
---|
78 | one: d, e; |
---|
79 | two: f; |
---|
80 | one: g; |
---|
81 | one: h; |
---|
82 | one: i; |
---|
83 | one: j; |
---|
84 | one: k; |
---|
85 | two: l; |
---|
86 | one: m, n; |
---|
87 | one: o, p; |
---|
88 | two: q; |
---|
89 | one: r, s; |
---|
90 | two: t; |
---|
91 | } |
---|
92 | #named-conflict { |
---|
93 | four: a, 11, 12, 13; |
---|
94 | four: a, 21, 22, 23; |
---|
95 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.