(t, s, w, c)
| 1101 | return ret; |
| 1102 | }; |
| 1103 | var peg$f109 = function(t, s, w, c) { |
| 1104 | const ret = {}; |
| 1105 | setTopRightBottomLeftOr(t, ret, 'border', 'Width', w, w, w, w); |
| 1106 | setTopRightBottomLeftOr(t, ret, 'border', 'Style', s, s, s, s); |
| 1107 | if (c) setTopRightBottomLeftOr(t, ret, 'border', 'Color', c, c, c, c); |
| 1108 | return ret; |
| 1109 | }; |
| 1110 | var peg$f110 = function(t, w, c, s) { |
| 1111 | const ret = {}; |
| 1112 | setTopRightBottomLeftOr(t, ret, 'border', 'Width', w, w, w, w); |
no test coverage detected